Heart Disease 2: Electric Boogaloo (#35296)
* Heart Disease 2: Electric Boogaloo * Upd8
This commit is contained in:
committed by
CitadelStationBot
parent
592a527c24
commit
9c957f5a0b
@@ -467,6 +467,9 @@
|
||||
/mob/living/carbon/proc/can_heartattack()
|
||||
if(dna && dna.species && (NOBLOOD in dna.species.species_traits)) //not all carbons have species!
|
||||
return FALSE
|
||||
var/obj/item/organ/heart/heart = getorganslot(ORGAN_SLOT_HEART)
|
||||
if(!heart || heart.synthetic)
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/mob/living/carbon/proc/undergoing_cardiac_arrest()
|
||||
|
||||
Reference in New Issue
Block a user