Update defib.dm

This commit is contained in:
cadyn
2021-01-16 22:40:20 -08:00
committed by GitHub
parent b95c39e483
commit be3d2edf75
+1 -1
View File
@@ -288,7 +288,7 @@
/obj/item/weapon/shockpaddles/proc/can_revive(mob/living/carbon/human/H) //This is checked right before attempting to revive
var/obj/item/organ/internal/brain/brain = H.internal_organs_by_name[O_BRAIN]
if(H.should_have_organ(O_BRAIN) && (!brain || brain.defib_timer <= 0 ) )
if(H.should_have_organ(O_BRAIN) && (!brain) )
return "buzzes, \"Resuscitation failed - Excessive neural degeneration. Further attempts futile.\""
H.updatehealth()