Skip to content

Commit

Permalink
TNT: Chain reaction
Browse files Browse the repository at this point in the history
With the new high res timer, we can make TNT much better create chain
reactions. This does exactly that.
  • Loading branch information
sofar authored and paramat committed Apr 16, 2016
1 parent eafd1eb commit 3ddff2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mods/tnt/init.lua
Expand Up @@ -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 =
Expand Down

0 comments on commit 3ddff2f

Please sign in to comment.