From bc007467bb67a157a8db7e2909fb14e54a33d9df Mon Sep 17 00:00:00 2001 From: Coul Date: Mon, 16 Sep 2019 19:41:54 -0400 Subject: [PATCH] fix recycled monkeys not being removed from the cubemonkey list --- code/modules/mob/living/carbon/human/human.dm | 1 + 1 file changed, 1 insertion(+) 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()