tnt: increase tnt fuse timer

This commit is contained in:
tchncs 2016-10-10 10:27:35 +02:00
parent 03cafe9fcf
commit 49b31b2a30

View file

@ -576,7 +576,7 @@ function tnt.register_tnt(def)
on_blast = function() end,
on_construct = function(pos)
minetest.sound_play("tnt_ignite", {pos = pos})
minetest.get_node_timer(pos):start(4)
minetest.get_node_timer(pos):start(6)
nodeupdate(pos)
end,
})