From 85d77b391a5daa7ebc0ea3f92e574bd78d7407db Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 14 Dec 2015 21:13:55 -0500 Subject: [PATCH] Gib Fix --- code/modules/mob/living/carbon/human/death.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm index 6b698640d5c..f3091ec5109 100644 --- a/code/modules/mob/living/carbon/human/death.dm +++ b/code/modules/mob/living/carbon/human/death.dm @@ -15,7 +15,7 @@ for(var/obj/item/organ/I in internal_organs) if(istype(loc,/turf)) - I.removed(src) + I.removed() spawn() I.throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),5)