Skip to content
Snippets Groups Projects
Commit 49b31b2a authored by Milan's avatar Milan
Browse files

tnt: increase tnt fuse timer

parent 03cafe9f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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,
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment