fix recycled monkeys not being removed from the cubemonkey list

This commit is contained in:
Coul
2019-09-16 19:41:54 -04:00
parent 3daa829502
commit bc007467bb
@@ -57,6 +57,7 @@
/mob/living/carbon/human/Destroy()
. = ..()
SSmobs.cubemonkeys -= src
QDEL_LIST(bodyparts)
splinted_limbs.Cut()