[MIRROR] Allows wristbands and bracelets to attach to uniforms again (#9547)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-28 00:11:05 -07:00
committed by GitHub
parent 966175363e
commit b45e8e8fba
2 changed files with 5 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
icon = 'icons/inventory/accessory/item.dmi' icon = 'icons/inventory/accessory/item.dmi'
icon_state = "bracelet" icon_state = "bracelet"
w_class = ITEMSIZE_TINY w_class = ITEMSIZE_TINY
slot_flags = SLOT_GLOVES slot_flags = SLOT_GLOVES | SLOT_TIE
slot = ACCESSORY_SLOT_WRIST slot = ACCESSORY_SLOT_WRIST
/obj/item/clothing/accessory/bracelet/friendship /obj/item/clothing/accessory/bracelet/friendship
@@ -102,7 +102,7 @@
icon = 'icons/inventory/accessory/item.dmi' icon = 'icons/inventory/accessory/item.dmi'
icon_state = "wristband" icon_state = "wristband"
w_class = ITEMSIZE_TINY w_class = ITEMSIZE_TINY
slot_flags = SLOT_GLOVES slot_flags = SLOT_GLOVES | SLOT_TIE
slot = ACCESSORY_SLOT_WRIST slot = ACCESSORY_SLOT_WRIST
/obj/item/clothing/accessory/wristband/spiked /obj/item/clothing/accessory/wristband/spiked

View File

@@ -866,7 +866,9 @@
|ACCESSORY_SLOT_TIE\ |ACCESSORY_SLOT_TIE\
|ACCESSORY_SLOT_RANK\ |ACCESSORY_SLOT_RANK\
|ACCESSORY_SLOT_DEPT\ |ACCESSORY_SLOT_DEPT\
|ACCESSORY_SLOT_OVER) |ACCESSORY_SLOT_OVER\
|ACCESSORY_SLOT_RING\
|ACCESSORY_SLOT_WRIST)
restricted_accessory_slots = (\ restricted_accessory_slots = (\
ACCESSORY_SLOT_UTILITY\ ACCESSORY_SLOT_UTILITY\
|ACCESSORY_SLOT_WEAPON\ |ACCESSORY_SLOT_WEAPON\