From 38df5b9c1470a2468c2a6bf27508220f63a46c5a Mon Sep 17 00:00:00 2001 From: SapphicSylveon Date: Tue, 24 Oct 2023 23:02:38 -0300 Subject: [PATCH] Zaddat can wear ties (#9271) Ties and medal accessories can now be attached to space suits, most notably zaddat shrouds. Fashion guild members encouraged to put in some more overtime to meet demand. --- code/modules/clothing/spacesuits/spacesuits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/spacesuits.dm b/code/modules/clothing/spacesuits/spacesuits.dm index 1885b6dd006..591a861c394 100644 --- a/code/modules/clothing/spacesuits/spacesuits.dm +++ b/code/modules/clothing/spacesuits/spacesuits.dm @@ -85,7 +85,7 @@ siemens_coefficient = 0.9 species_restricted = list("exclude",SPECIES_DIONA) preserve_item = 1 - valid_accessory_slots = (ACCESSORY_SLOT_OVER | ACCESSORY_SLOT_ARMBAND | ACCESSORY_SLOT_DECOR) + valid_accessory_slots = (ACCESSORY_SLOT_OVER | ACCESSORY_SLOT_ARMBAND | ACCESSORY_SLOT_DECOR | ACCESSORY_SLOT_MEDAL| ACCESSORY_SLOT_TIE) var/list/supporting_limbs //If not-null, automatically splints breaks. Checked when removing the suit. /obj/item/clothing/suit/space/equipped(mob/M)