mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 12:35:22 +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 | ||||
| 	passive = false, | ||||
| 	attack_type = "dogfight", | ||||
| 	damage = 1, | ||||
| 	damage = 5, | ||||
| 	-- health and armor | ||||
| 	hp_min = 20, hp_max = 35, armor = 80, | ||||
| 	-- textures and model | ||||
|   | ||||
		Reference in New Issue
	
	Block a user