GAGS-ifies ties, and removes inherent ties from some outfits. (#67053) (#14630)

Removes the inherent ties from most civilian outfits with a single-color tie baked into them.

Co-authored-by: Wallem <66052067+Wallemations@users.noreply.github.com>
This commit is contained in:
Useroth
2022-06-30 03:48:05 +02:00
committed by GitHub
parent 6c57043638
commit 8c4890caac
27 changed files with 189 additions and 22 deletions

View File

@@ -727,6 +727,7 @@
if(ishuman(L))
var/mob/living/carbon/human/observer = L
observer.equip_to_slot_or_del(new /obj/item/clothing/under/suit/black(observer), ITEM_SLOT_ICLOTHING)
observer.equip_to_slot_or_del(new /obj/item/clothing/neck/tie/black/tied(observer), ITEM_SLOT_NECK)
observer.equip_to_slot_or_del(new /obj/item/clothing/shoes/sneakers/black(observer), ITEM_SLOT_FEET)
L.Unconscious(100)
sleep(5)