mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +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["blue tie"] = /obj/item/clothing/accessory/blue
|
||||||
ties["red tie"] = /obj/item/clothing/accessory/red
|
ties["red tie"] = /obj/item/clothing/accessory/red
|
||||||
ties["horrible tie"] = /obj/item/clothing/accessory/horrible
|
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)
|
gear_tweaks += new/datum/gear_tweak/path(ties)
|
||||||
|
|
||||||
/datum/gear/accessory/brown_vest
|
/datum/gear/accessory/brown_vest
|
||||||
@@ -97,6 +106,18 @@
|
|||||||
display_name = "silver locket"
|
display_name = "silver locket"
|
||||||
path = /obj/item/clothing/accessory/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
|
/datum/gear/accessory/scarf
|
||||||
display_name = "scarf selection"
|
display_name = "scarf selection"
|
||||||
path = /obj/item/clothing/accessory/scarf
|
path = /obj/item/clothing/accessory/scarf
|
||||||
|
|||||||
@@ -174,11 +174,3 @@
|
|||||||
display_name = "tacticool turtleneck"
|
display_name = "tacticool turtleneck"
|
||||||
path = /obj/item/clothing/under/syndicate/tacticool
|
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)
|
|
||||||
@@ -91,6 +91,42 @@
|
|||||||
desc = "A neosilk clip-on tie. This one is disgusting."
|
desc = "A neosilk clip-on tie. This one is disgusting."
|
||||||
icon_state = "horribletie"
|
icon_state = "horribletie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/blue_clip
|
||||||
|
name = "blue tie with a clip"
|
||||||
|
icon_state = "bluecliptie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/blue_long
|
||||||
|
name = "blue long tie"
|
||||||
|
icon_state = "bluelongtie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/red_clip
|
||||||
|
name = "red tie with a clip"
|
||||||
|
icon_state = "redcliptie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/red_long
|
||||||
|
name = "red long tie"
|
||||||
|
icon_state = "redlongtie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/black
|
||||||
|
name = "black tie"
|
||||||
|
icon_state = "blacktie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/darkgreen
|
||||||
|
name = "dark green tie"
|
||||||
|
icon_state = "dgreentie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/yellow
|
||||||
|
name = "yellow tie"
|
||||||
|
icon_state = "yellowtie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/navy
|
||||||
|
name = "navy tie"
|
||||||
|
icon_state = "navytie"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/tie/white
|
||||||
|
name = "white tie"
|
||||||
|
icon_state = "whitetie"
|
||||||
|
|
||||||
/obj/item/clothing/accessory/stethoscope
|
/obj/item/clothing/accessory/stethoscope
|
||||||
name = "stethoscope"
|
name = "stethoscope"
|
||||||
desc = "An outdated medical apparatus for listening to the sounds of the human body. It also makes you look like you know what you're doing."
|
desc = "An outdated medical apparatus for listening to the sounds of the human body. It also makes you look like you know what you're doing."
|
||||||
@@ -225,6 +261,12 @@
|
|||||||
icon_state = "suspenders"
|
icon_state = "suspenders"
|
||||||
item_state = "suspenders"
|
item_state = "suspenders"
|
||||||
|
|
||||||
|
/obj/item/clothing/accessory/sweater
|
||||||
|
name = "sweater"
|
||||||
|
desc = "A warm knit sweater."
|
||||||
|
icon_state = "sweater"
|
||||||
|
item_state = "sweater"
|
||||||
|
|
||||||
/obj/item/clothing/accessory/scarf
|
/obj/item/clothing/accessory/scarf
|
||||||
name = "white scarf"
|
name = "white scarf"
|
||||||
desc = "A simple scarf, to protect your neck from the cold of space."
|
desc = "A simple scarf, to protect your neck from the cold of space."
|
||||||
|
|||||||
5
html/changelogs/alberyk-moreclothes.yml
Normal file
5
html/changelogs/alberyk-moreclothes.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
author: Alberyk
|
||||||
|
delete-after: True
|
||||||
|
|
||||||
|
changes:
|
||||||
|
- rscadd: "Added new accessory related options to the loadout, such as ties."
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user