mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[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:
committed by
GitHub
parent
966175363e
commit
b45e8e8fba
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -866,7 +866,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\
|
||||
|
||||
Reference in New Issue
Block a user