mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Comment useless code in 3d_armor
This commit is contained in:
		@@ -30,8 +30,8 @@ ARMOR_HEAL_MULTIPLIER = 0
 | 
			
		||||
 | 
			
		||||
-- You can also use this file to execute arbitary lua code
 | 
			
		||||
-- eg: Dumb the armor down if using Simple Mobs
 | 
			
		||||
if minetest.get_modpath("mobs") then
 | 
			
		||||
	ARMOR_LEVEL_MULTIPLIER = 1
 | 
			
		||||
	ARMOR_HEAL_MULTIPLIER = 0
 | 
			
		||||
end
 | 
			
		||||
--if minetest.get_modpath("mobs") then
 | 
			
		||||
--	ARMOR_LEVEL_MULTIPLIER = 1
 | 
			
		||||
--	ARMOR_HEAL_MULTIPLIER = 0
 | 
			
		||||
--end
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user