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)