From 429d81eb497a8ee1fa0c11facf9bc5d19248b96d Mon Sep 17 00:00:00 2001 From: hal9000PR Date: Tue, 17 Aug 2021 14:40:22 +0100 Subject: [PATCH] SECONDS --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 8168ec1c15f..9c75dd3ede5 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1613,7 +1613,7 @@ Eyes need to have significantly high darksight to shine unless the mob has the X else visible_message("[src] is trying to perform chest compressions on [H.name]!", "You try to perform chest compressions on [H.name]!") - if(do_mob(src, H, 40)) + if(do_mob(src, H, 4 SECONDS)) if(H.health <= HEALTH_THRESHOLD_CRIT) H.adjustOxyLoss(-15 * cpr_modifier) H.SetLoseBreath(0)