diff --git a/code/modules/mob/death.dm b/code/modules/mob/death.dm index fa9b038f20b..23321329e75 100644 --- a/code/modules/mob/death.dm +++ b/code/modules/mob/death.dm @@ -53,6 +53,12 @@ /mob/proc/death(gibbed) + + //Quick fix for corpses kept propped up in chairs. ~Z + drop_r_hand() + drop_l_hand() + //End of fix. + timeofdeath = world.time living_mob_list -= src