update to the new tnt

This commit is contained in:
HybridDog 2013-08-23 20:55:26 +02:00
parent 0b84913aa8
commit 1343875c29

View File

@ -72,7 +72,7 @@ minetest.register_on_dignode(function(pos, oldnode, digger)
local time = math.random(10)/10
minetest.after(time, function(pos)
minetest.set_node(pos, {name="tnt:tnt_burning"})
boom(pos, 0)
boom(pos, 0, digger)
end, pos)
end
end)