From b2ec986ad0b0d0a8ce0417cc87c41b98f8504450 Mon Sep 17 00:00:00 2001 From: Verkister Date: Fri, 15 Dec 2017 09:16:59 +0200 Subject: [PATCH] Update carp.dm --- code/modules/mob/living/simple_animal/vore/carp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/vore/carp.dm b/code/modules/mob/living/simple_animal/vore/carp.dm index f6f6b02415b..7f8ef9a16bc 100644 --- a/code/modules/mob/living/simple_animal/vore/carp.dm +++ b/code/modules/mob/living/simple_animal/vore/carp.dm @@ -5,6 +5,7 @@ icon_dead = "megacarp-dead" icon_living = "megacarp" icon_state = "megacarp" + vore_icons = SA_ICON_LIVING maxHealth = 600 // Boss health = 600 @@ -29,4 +30,3 @@ vore_pounce_chance = 50 vore_capacity = 2 vore_max_size = RESIZE_HUGE - vore_icons = SA_ICON_LIVING