mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 20:45:22 +01:00 
			
		
		
		
	Increased again the pumpboom damages
This commit is contained in:
		| @@ -136,7 +136,7 @@ minetest.register_abm({ | ||||
| minetest.register_abm({ | ||||
| 	nodenames = {"mobs:pumpboom_spawner"}, | ||||
| 	interval = 30.0, | ||||
| 	chance = 6, | ||||
| 	chance = 8, | ||||
| 	action = function(pos, node, active_object_count, active_object_count_wider) | ||||
| 		pos.y = pos.y + 1 | ||||
| 		minetest.add_entity(pos, "mobs:pumpboom") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user