mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Colourable ties in loadout (#10880)
This commit is contained in:
@@ -73,27 +73,22 @@
|
||||
gear_tweaks += new/datum/gear_tweak/path(holsters)
|
||||
|
||||
/datum/gear/accessory/tie
|
||||
display_name = "tie selection"
|
||||
path = /obj/item/clothing/accessory/blue
|
||||
display_name = "tie selection (colourable)"
|
||||
path = /obj/item/clothing/accessory/tie/colourable
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/accessory/tie/New()
|
||||
..()
|
||||
var/ties = list()
|
||||
ties["red tie"] = /obj/item/clothing/accessory/red
|
||||
ties["red tie with a clip"] = /obj/item/clothing/accessory/tie/red_clip
|
||||
ties["orange tie"] = /obj/item/clothing/accessory/tie/orange
|
||||
ties["yellow tie"] = /obj/item/clothing/accessory/tie/yellow
|
||||
ties["horrible tie"] = /obj/item/clothing/accessory/horrible
|
||||
ties["green tie"] = /obj/item/clothing/accessory/tie/green
|
||||
ties["dark green tie"] = /obj/item/clothing/accessory/tie/darkgreen
|
||||
ties["blue tie"] = /obj/item/clothing/accessory/blue
|
||||
ties["blue tie with a clip"] = /obj/item/clothing/accessory/tie/blue_clip
|
||||
ties["navy tie"] = /obj/item/clothing/accessory/tie/navy
|
||||
ties["purple tie"] = /obj/item/clothing/accessory/tie/purple
|
||||
ties["black tie"] = /obj/item/clothing/accessory/tie/black
|
||||
ties["white tie"] = /obj/item/clothing/accessory/tie/white
|
||||
ties["tie"] = /obj/item/clothing/accessory/tie/colourable
|
||||
ties["tie, gold clip"] = /obj/item/clothing/accessory/tie/colourable/clip
|
||||
ties["tie, silver clip"] = /obj/item/clothing/accessory/tie/colourable/clip/silver
|
||||
gear_tweaks += new/datum/gear_tweak/path(ties)
|
||||
|
||||
/datum/gear/accessory/horrible_tie
|
||||
display_name = "horrible tie"
|
||||
path = /obj/item/clothing/accessory/horrible
|
||||
|
||||
/datum/gear/accessory/bowtie
|
||||
display_name = "bowtie"
|
||||
path = /obj/item/clothing/accessory/tie/bowtie
|
||||
|
||||
Reference in New Issue
Block a user