Make holocarp not constantly take damage

Someone got min and max mixed up!
This commit is contained in:
MrPerson
2014-07-26 16:39:50 -07:00
parent 45c33db77d
commit a08053e0e5
@@ -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)