From da7e1bed9dae3cca63340318a73d1ce5d871e5b0 Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:07:48 -0700 Subject: [PATCH] i lied --- code/modules/mob/living/carbon/human/human_attackhand.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_attackhand.dm b/code/modules/mob/living/carbon/human/human_attackhand.dm index da65c9169e68..f675dfb1cafe 100644 --- a/code/modules/mob/living/carbon/human/human_attackhand.dm +++ b/code/modules/mob/living/carbon/human/human_attackhand.dm @@ -55,7 +55,7 @@ SPAN_HELPFUL("You feel a breath of fresh air enter your lungs. It feels good."), SPAN_HELPFUL("You perform CPR on [src]. Repeat at least every 7 seconds."), SPAN_NOTICE("[attacking_mob] performs CPR on [src].")) - if((!is_revivable() || !check_tod()) && stat == DEAD) + if(is_revivable() && !check_tod() && stat == DEAD) attacking_mob.visible_message(SPAN_NOTICE("[attacking_mob] performs CPR on [src]."), SPAN_HELPFUL("You perform CPR on [src]. You feel it may be a lost cause.")) balloon_alert(attacking_mob, "you perform cpr, but feel it may be a lost cause")