Skip to content

Commit

Permalink
Merge pull request VOREStation#16619 from SatinIsle/let-me-wear-wrist…
Browse files Browse the repository at this point in the history
…bands

Allows wristbands and bracelets to attach to uniforms again
  • Loading branch information
Heroman3003 authored Nov 27, 2024
2 parents fa5a178 + 9fe0817 commit 3a77e0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/accessories/hands.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
icon = 'icons/inventory/accessory/item.dmi'
icon_state = "bracelet"
w_class = ITEMSIZE_TINY
slot_flags = SLOT_GLOVES
slot_flags = SLOT_GLOVES | SLOT_TIE
slot = ACCESSORY_SLOT_WRIST

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

/obj/item/clothing/accessory/wristband/spiked
Expand Down
4 changes: 3 additions & 1 deletion code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,9 @@
|ACCESSORY_SLOT_TIE\
|ACCESSORY_SLOT_RANK\
|ACCESSORY_SLOT_DEPT\
|ACCESSORY_SLOT_OVER)
|ACCESSORY_SLOT_OVER\
|ACCESSORY_SLOT_RING\
|ACCESSORY_SLOT_WRIST)
restricted_accessory_slots = (\
ACCESSORY_SLOT_UTILITY\
|ACCESSORY_SLOT_WEAPON\
Expand Down

0 comments on commit 3a77e0b

Please sign in to comment.