forked from Mirrorlandia_minetest/portalgun
_
This commit is contained in:
parent
d89538d0a2
commit
bb2f30a721
@ -202,7 +202,7 @@ minetest.register_node("portalgun:turretgun_spawner",
|
||||
local obj = minetest.add_entity(pos2, "portalgun:turretgun")
|
||||
obj:setyaw(math.rad(meta:get_int("yaw")))
|
||||
end
|
||||
minetest.get_node_timer(pos1):start(10)
|
||||
minetest.get_node_timer(pos1):start(120)
|
||||
end
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user