diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 6936e5de4c4..22d1f687067 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -142,6 +142,8 @@ QDEL_NULL(back) QDEL_NULL(l_hand) QDEL_NULL(r_hand) + QDEL_NULL(wrists) + QDEL_NULL(pants) // Do this last so the mob's stuff doesn't drop on del. QDEL_NULL(w_uniform) diff --git a/html/changelogs/hellfirejag-pants-hard-del.yml b/html/changelogs/hellfirejag-pants-hard-del.yml new file mode 100644 index 00000000000..8c4a32c524b --- /dev/null +++ b/html/changelogs/hellfirejag-pants-hard-del.yml @@ -0,0 +1,4 @@ +author: Hellfirejag +delete-after: True +changes: + - bugfix: "Fixed a hard delete related to pants."