TNT: Chain reaction

With the new high res timer, we can make TNT much better create chain
reactions. This does exactly that.
master
Auke Kok 2016-03-18 23:31:10 -07:00 committed by paramat
parent eafd1ebc43
commit 3ddff2fbea
1 changed files with 3 additions and 1 deletions

View File

@ -428,7 +428,9 @@ function tnt.register_tnt(def)
end
end,
on_blast = function(pos, intensity)
tnt.burn(pos)
minetest.after(0.1, function()
tnt.boom(pos, def)
end)
end,
mesecons = {effector =
{action_on =