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)