diff --git a/monkestation/code/modules/donator/code/mob/pets.dm b/monkestation/code/modules/donator/code/mob/pets.dm index 07446b6b2f3e..38665bbdd648 100644 --- a/monkestation/code/modules/donator/code/mob/pets.dm +++ b/monkestation/code/modules/donator/code/mob/pets.dm @@ -121,6 +121,8 @@ icon_living = "void_butterfly" icon_dead = "void_butterfly_dead" gold_core_spawnable = NO_SPAWN + health = 20 + maxHealth = 20 /mob/living/basic/butterfly/void/spacial fixed_color = TRUE