mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
[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:
committed by
GitHub
parent
dcba169643
commit
a6988fa698
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user