From e3fd1d7847db38bb302738c184d957a8b54aea93 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Tue, 19 Mar 2019 12:59:51 +0100 Subject: [PATCH] Screw you guys, I'm going home! --- code/modules/mob/living/death.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/death.dm b/code/modules/mob/living/death.dm index f6888a21ec..187d9e3ac2 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -11,6 +11,10 @@ if(!no_bodyparts) spread_bodyparts(no_brain, no_organs) + for(var/X in implants) + var/obj/item/implant/I = X + qdel(I) + spawn_gibs(no_bodyparts) qdel(src)