mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
Adds more tie options (#4552)
-adds more tie options to the loadout -replaces the sweater jumpsuit item with an accessory one, removing the old one from loadout
This commit is contained in:
@@ -51,6 +51,15 @@
|
||||
ties["blue tie"] = /obj/item/clothing/accessory/blue
|
||||
ties["red tie"] = /obj/item/clothing/accessory/red
|
||||
ties["horrible tie"] = /obj/item/clothing/accessory/horrible
|
||||
ties["blue tie with a clip"] = /obj/item/clothing/accessory/tie/blue_clip
|
||||
ties["blue long tie"] = /obj/item/clothing/accessory/tie/blue_long
|
||||
ties["red tie with a clip"] = /obj/item/clothing/accessory/tie/red_clip
|
||||
ties["red long tie"] = /obj/item/clothing/accessory/tie/red_long
|
||||
ties["black tie"] = /obj/item/clothing/accessory/tie/black
|
||||
ties["dark green tie"] = /obj/item/clothing/accessory/tie/darkgreen
|
||||
ties["yellow tie"] = /obj/item/clothing/accessory/tie/yellow
|
||||
ties["navy tie"] = /obj/item/clothing/accessory/tie/navy
|
||||
ties["white tie"] = /obj/item/clothing/accessory/tie/white
|
||||
gear_tweaks += new/datum/gear_tweak/path(ties)
|
||||
|
||||
/datum/gear/accessory/brown_vest
|
||||
@@ -97,6 +106,18 @@
|
||||
display_name = "silver locket"
|
||||
path = /obj/item/clothing/accessory/locket
|
||||
|
||||
/datum/gear/accessory/locket
|
||||
display_name = "silver locket"
|
||||
path = /obj/item/clothing/accessory/locket
|
||||
|
||||
/datum/gear/accessory/sweater
|
||||
display_name = "sweater"
|
||||
path = /obj/item/clothing/accessory/sweater
|
||||
|
||||
/datum/gear/accessory/sweater/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/accessory/scarf
|
||||
display_name = "scarf selection"
|
||||
path = /obj/item/clothing/accessory/scarf
|
||||
|
||||
@@ -174,11 +174,3 @@
|
||||
display_name = "tacticool turtleneck"
|
||||
path = /obj/item/clothing/under/syndicate/tacticool
|
||||
|
||||
|
||||
/datum/gear/uniform/sweater
|
||||
display_name = "sweater"
|
||||
path = /obj/item/clothing/under/sweater
|
||||
|
||||
/datum/gear/uniform/sweater/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
Reference in New Issue
Block a user