From 066fafa675b4709829603b1983ea56a39b140ced Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sun, 14 Feb 2016 06:17:28 -0500 Subject: [PATCH] spawning..no not in that way.. --- code/modules/mob/living/carbon/human/death.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm index 4363681cacb..8f74ecae8f3 100644 --- a/code/modules/mob/living/carbon/human/death.dm +++ b/code/modules/mob/living/carbon/human/death.dm @@ -17,8 +17,8 @@ if(istype(loc,/turf)) I.remove(src) I.forceMove(get_turf(src)) - //spawn() - I.throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),5) + spawn() + I.throw_at(get_edge_target_turf(src,pick(alldirs)),rand(1,3),5) for(var/obj/item/organ/external/E in src.organs) if(istype(E, /obj/item/organ/external/chest))