From 49b31b2a30485236addae8582f9d4561db7292f2 Mon Sep 17 00:00:00 2001 From: tchncs Date: Mon, 10 Oct 2016 10:27:35 +0200 Subject: [PATCH] tnt: increase tnt fuse timer --- mods/tnt/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/tnt/init.lua b/mods/tnt/init.lua index a9c86526..a7477273 100644 --- a/mods/tnt/init.lua +++ b/mods/tnt/init.lua @@ -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, })