From 9647f4f7488fc39fa4db2c84a9f2494cdbb05346 Mon Sep 17 00:00:00 2001 From: zzzmike <85382350+zzzmike@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:21:22 -0700 Subject: [PATCH] Update human_attackhand.dm --- code/modules/mob/living/carbon/human/human_attackhand.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_attackhand.dm b/code/modules/mob/living/carbon/human/human_attackhand.dm index a2581349993e..ffaedf7e4ca4 100644 --- a/code/modules/mob/living/carbon/human/human_attackhand.dm +++ b/code/modules/mob/living/carbon/human/human_attackhand.dm @@ -1,9 +1,5 @@ /mob/living/carbon/human/var/cpr_cooldown /mob/living/carbon/human/var/cpr_attempt_timer -/mob/living/carbon/human/proc/check_tod() - if(!undefibbable && world.time <= timeofdeath + revive_grace_period) - return TRUE - return FALSE /mob/living/carbon/human/attack_hand(mob/living/carbon/human/attacking_mob) if(..()) return TRUE