This commit is contained in:
Bruno Rybársky 2022-08-14 20:18:23 +02:00
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
})