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)