mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 09:03:53 +01:00
bracelet refactor
This commit is contained in:
@@ -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