1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 07:20:33 +02:00

Fix a mistake with Lava Flan

This commit is contained in:
Ombridride 2015-03-26 18:53:29 +01:00
parent e92a8e004c
commit 522713354b

View File

@ -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