From 4369bd2d7cfb07fb7f8a79ec75a152fd325eb088 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 17 Oct 2020 02:04:01 +0200 Subject: [PATCH] [MIRROR] You can shake people up again (#1347) * You can shake people up again (#54411) * You can shake people up again Co-authored-by: Rohesie --- code/modules/mob/living/carbon/carbon_defense.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/carbon_defense.dm b/code/modules/mob/living/carbon/carbon_defense.dm index acf191d9ff5..48ff9cad327 100644 --- a/code/modules/mob/living/carbon/carbon_defense.dm +++ b/code/modules/mob/living/carbon/carbon_defense.dm @@ -493,6 +493,8 @@ AdjustParalyzed(-60) AdjustImmobilized(-60) set_resting(FALSE) + if(body_position != STANDING_UP && !resting && !buckled && !HAS_TRAIT(src, TRAIT_FLOORED)) + get_up(TRUE) playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, TRUE, -1)