mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 01:05:49 +01:00 
			
		
		
		
	TNT: Chain reaction
With the new high res timer, we can make TNT much better create chain reactions. This does exactly that.
This commit is contained in:
		@@ -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 = 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user