From bd80aa4e2232c1c66b5276c167c677377a1a200c Mon Sep 17 00:00:00 2001 From: Viz <107632879+Inadvizable@users.noreply.github.com> Date: Fri, 15 Jul 2022 00:18:39 +0200 Subject: [PATCH] WAKE UP OUTTA YO SLEEP (#18360) --- code/modules/mob/living/carbon/carbon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index dbcbc826b3c..8aa88b6b5d9 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -231,6 +231,7 @@ AdjustStunned(-6 SECONDS) AdjustWeakened(-6 SECONDS) AdjustKnockDown(-6 SECONDS) + adjustStaminaLoss(-10) resting = FALSE stand_up() // help them up if possible playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, 1, -1)