From 9e9a07fdefe37001a263b6d9bdec6809aed18643 Mon Sep 17 00:00:00 2001 From: Verkister Date: Sat, 16 Dec 2017 10:34:23 +0200 Subject: [PATCH] Update carp.dm --- code/modules/mob/living/simple_animal/vore/carp.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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