From 0a9f4cd239d7d2dbae7ff8ca0a2ec0d2257ef396 Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:17:50 -0700 Subject: [PATCH] Update human_attackhand.dm --- 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 50b43f607d9c..3e6a52b6e5cd 100644 --- a/code/modules/mob/living/carbon/human/human_attackhand.dm +++ b/code/modules/mob/living/carbon/human/human_attackhand.dm @@ -65,7 +65,7 @@ attacking_mob.visible_message(SPAN_NOTICE("[attacking_mob] performs CPR on [src]."), SPAN_HELPFUL("You perform CPR on [src].")) balloon_alert(attacking_mob, "you perform cpr") - else if((!check_tod() && !issynth)) + else if(!check_tod) 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")