mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
[MIRROR] Ring/Watch Accessory Transfer (#9489)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cc1e6f932e
commit
f7e9f8d12b
@@ -360,18 +360,18 @@
|
||||
|
||||
/datum/gear/accessory/wristband_collection
|
||||
display_name = "wristbands (selection)"
|
||||
path = /obj/item/clothing/accessory/wristbandcollection
|
||||
path = /obj/item/clothing/accessory/wristband/collection
|
||||
|
||||
/datum/gear/accessory/wristband_collection/New()
|
||||
..()
|
||||
var/list/wristband_lists = list(
|
||||
"Green, Blue and Yellow" = /obj/item/clothing/accessory/wristbandcollection,
|
||||
"Pink, Black and Red" = /obj/item/clothing/accessory/wristbandcollection/pink,
|
||||
"Red and Orange" = /obj/item/clothing/accessory/wristbandcollection/les,
|
||||
"White, Pink and Blue" = /obj/item/clothing/accessory/wristbandcollection/trans,
|
||||
"Blue, Purple and Pink" = /obj/item/clothing/accessory/wristbandcollection/bi,
|
||||
"Black, White and Grey" = /obj/item/clothing/accessory/wristbandcollection/ace,
|
||||
"Spiked" = /obj/item/clothing/accessory/wristband_spiked
|
||||
"Green, Blue and Yellow" = /obj/item/clothing/accessory/wristband/collection,
|
||||
"Pink, Black and Red" = /obj/item/clothing/accessory/wristband/collection/pink,
|
||||
"Red and Orange" = /obj/item/clothing/accessory/wristband/collection/les,
|
||||
"White, Pink and Blue" = /obj/item/clothing/accessory/wristband/collection/trans,
|
||||
"Blue, Purple and Pink" = /obj/item/clothing/accessory/wristband/collection/bi,
|
||||
"Black, White and Grey" = /obj/item/clothing/accessory/wristband/collection/ace,
|
||||
"Spiked" = /obj/item/clothing/accessory/wristband/spiked
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(wristband_lists)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user