[MIRROR] bunch of runtimes (#12664)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-11 13:16:28 -07:00
committed by GitHub
parent dcba169643
commit a6988fa698
12 changed files with 68 additions and 54 deletions
@@ -20,11 +20,11 @@
span_warning("We cast off our [M.wear_suit.name]"),
span_warningplain("You hear the organic matter ripping and tearing!"))
if(istype(M.wear_suit, armor_type))
qdel(M.wear_suit)
remove_from_mob(M.wear_suit)
if(istype(M.head, helmet_type))
qdel(M.head)
remove_from_mob(M.head)
if(istype(M.shoes, boot_type))
qdel(M.shoes)
remove_from_mob(M.shoes)
M.update_inv_wear_suit()
M.update_inv_head()
M.update_hair()