Slime people don't die of heart attacks now

This commit is contained in:
Crazylemon64
2017-05-27 14:27:15 -07:00
parent b0b1b8f147
commit f803a8ca1e
+1 -1
View File
@@ -1177,7 +1177,7 @@
/mob/living/carbon/human/proc/can_heartattack()
if(species.flags & NO_BLOOD)
if(species.flags & (NO_BLOOD|NO_INTORGANS))
return FALSE
return TRUE