Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Nov 2, 2023
1 parent 69fbf94 commit c56d8e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@
/datum/status_effect/cpr_applied/proc/is_effective(mob/checking)
if(isnull(checking))
return FALSE
if(!get_organ_slot(ORGAN_SLOT_HEART)) // A heart is required for CPR to pump your heart
if(!checking.get_organ_slot(ORGAN_SLOT_HEART)) // A heart is required for CPR to pump your heart
return FALSE
return TRUE

0 comments on commit c56d8e7

Please sign in to comment.