Pants Hard Del (#22175)

Pants references weren't being nulled from humans with pants. I have no
idea how this was around for so long.
This commit is contained in:
VMSolidus
2026-04-10 18:55:40 +00:00
committed by GitHub
parent 16eb7dfbc6
commit 66b4453d84
2 changed files with 6 additions and 0 deletions
@@ -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)