Skip to content

Commit

Permalink
Update human_attackhand.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike committed Jul 21, 2024
1 parent 34d157a commit 9647f4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/mob/living/carbon/human/human_attackhand.dm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9647f4f

Please sign in to comment.