diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index b3d320de913..36e1589989f 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -57,6 +57,7 @@ /mob/living/carbon/human/Destroy() . = ..() + SSmobs.cubemonkeys -= src QDEL_LIST(bodyparts) splinted_limbs.Cut()