From a08053e0e5c8b6c5938585744d516aa787bb21c2 Mon Sep 17 00:00:00 2001 From: MrPerson Date: Sat, 26 Jul 2014 16:39:50 -0700 Subject: [PATCH] Make holocarp not constantly take damage Someone got min and max mixed up! --- code/modules/mob/living/simple_animal/hostile/carp.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/carp.dm b/code/modules/mob/living/simple_animal/hostile/carp.dm index a004830efa4..296da2566fd 100644 --- a/code/modules/mob/living/simple_animal/hostile/carp.dm +++ b/code/modules/mob/living/simple_animal/hostile/carp.dm @@ -56,8 +56,7 @@ /mob/living/simple_animal/hostile/carp/holocarp icon_state = "holocarp" icon_living = "holocarp" - maxbodytemp = 0 - + maxbodytemp = INFINITY /mob/living/simple_animal/hostile/carp/holocarp/Die() qdel(src)