mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Fix a mistake with Lava Flan
This commit is contained in:
parent
e92a8e004c
commit
522713354b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user