diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 83df433382c..449b2e9e1aa 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -57,11 +57,11 @@ for(var/organ in organs) qdel(organ) - list_layers.Cut() + LAZYCLEARLIST(list_layers) list_layers = null //Be free! - list_body.Cut() + LAZYCLEARLIST(list_body) list_body = null - list_huds.Cut() + LAZYCLEARLIST(list_huds) list_huds = null return ..()