diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 731380b68d4..ea51f819390 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -57,9 +57,9 @@ add_to_all_human_data_huds() /mob/living/carbon/human/Destroy() + . = ..() QDEL_LIST(bodyparts) splinted_limbs.Cut() - return ..() /mob/living/carbon/human/dummy real_name = "Test Dummy"