mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 14:05:29 +01:00 
			
		
		
		
	Fix a mistake with Lava Flan
This commit is contained in:
		@@ -7,7 +7,7 @@ mobs:register_mob("mobs:lava_flan", {
 | 
				
			|||||||
	-- aggressive, deals 3 damage to player when hit
 | 
						-- aggressive, deals 3 damage to player when hit
 | 
				
			||||||
	passive = false,
 | 
						passive = false,
 | 
				
			||||||
	attack_type = "dogfight",
 | 
						attack_type = "dogfight",
 | 
				
			||||||
	damage = 1,
 | 
						damage = 5,
 | 
				
			||||||
	-- health and armor
 | 
						-- health and armor
 | 
				
			||||||
	hp_min = 20, hp_max = 35, armor = 80,
 | 
						hp_min = 20, hp_max = 35, armor = 80,
 | 
				
			||||||
	-- textures and model
 | 
						-- textures and model
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user