diff --git a/code/modules/mob/living/simple_animal/vore/carp.dm b/code/modules/mob/living/simple_animal/vore/carp.dm index 3ea4eb6e58c..e601f22d74b 100644 --- a/code/modules/mob/living/simple_animal/vore/carp.dm +++ b/code/modules/mob/living/simple_animal/vore/carp.dm @@ -5,8 +5,7 @@ icon_dead = "megacarp-dead" icon_living = "megacarp" icon_state = "megacarp" - vore_icons = SA_ICON_LIVING - + maxHealth = 600 // Boss health = 600 speed = 3 @@ -28,3 +27,4 @@ vore_pounce_chance = 50 vore_capacity = 1 vore_max_size = RESIZE_HUGE + vore_icons = SA_ICON_LIVING