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