From 0eb68ed3aa49d516a0b8f7a6298a5de4a87c2b48 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sat, 10 May 2014 00:40:20 +0930 Subject: [PATCH] Fixes #4744 --- code/modules/mob/death.dm | 6 ++++++ 1 file changed, 6 insertions(+) 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