From d3bfe9e583fad4fbd070a89d984bde0599181b2d Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Thu, 25 Oct 2018 16:20:46 +0200 Subject: [PATCH] Dusting now dusts all items --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"