mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Slime people don't die of heart attacks now
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user