Skip to content

Commit

Permalink
Zaddat can wear ties (#9271)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Nyarlthotep authored Oct 25, 2023
1 parent 6715d41 commit 38df5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/spacesuits/spacesuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 38df5b9

Please sign in to comment.