mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
gorka suit refactor touchup
added black command and grey variants, touched up cuff tones for department colours
This commit is contained in:
@@ -46,7 +46,8 @@
|
||||
"TG&C black suit"=/obj/item/clothing/under/rank/neo_captain_blacksuit,
|
||||
"TG&C parade uniform"=/obj/item/clothing/under/rank/neo_captain_parade,
|
||||
"TG&C jumpkilt"=/obj/item/clothing/under/rank/neo_captain_kilt,
|
||||
"TG&C gorka suit"=/obj/item/clothing/under/rank/neo_gorka/command
|
||||
"TG&C gorka suit"=/obj/item/clothing/under/rank/neo_gorka/command,
|
||||
"TG&C black command gorka"=/obj/item/clothing/under/rank/neo_gorka/black_command
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
|
||||
|
||||
@@ -78,7 +79,8 @@
|
||||
"TG&C parade dress"=/obj/item/clothing/under/rank/neo_hop_parade_fem,
|
||||
"TG&C turtleneck"=/obj/item/clothing/under/rank/neo_hop_turtle,
|
||||
"TG&C turtleneck w/ skirt"=/obj/item/clothing/under/rank/neo_hop_turtle_skirt,
|
||||
"TG&C gorka suit"=/obj/item/clothing/under/rank/neo_gorka/command
|
||||
"TG&C gorka suit"=/obj/item/clothing/under/rank/neo_gorka/command,
|
||||
"TG&C black command gorka"=/obj/item/clothing/under/rank/neo_gorka/black_command
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
|
||||
|
||||
@@ -162,7 +164,8 @@
|
||||
"Utility uniform, tan"=/obj/item/clothing/under/utility/tan,
|
||||
"Utility uniform, green"=/obj/item/clothing/under/utility/green,
|
||||
"TG&C gorka suit"=/obj/item/clothing/under/rank/neo_gorka,
|
||||
"TG&C gorka suit (service)"=/obj/item/clothing/under/rank/neo_gorka/service
|
||||
"TG&C gorka suit (service)"=/obj/item/clothing/under/rank/neo_gorka/service,
|
||||
"TG&C gorka suit (civilian)"=/obj/item/clothing/under/rank/neo_gorka/civilian
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(selector_uniforms))
|
||||
|
||||
|
||||
@@ -463,6 +463,11 @@ department tags
|
||||
icon_state = "gorka_dept"
|
||||
on_rolled = list("down" = "none")
|
||||
|
||||
/obj/item/clothing/accessory/gorka/department/civilian
|
||||
name = "civilian insignia"
|
||||
desc = "Coloured panelling denoting assignment to no department in particular."
|
||||
color = "#bbbbbb"
|
||||
|
||||
/obj/item/clothing/accessory/gorka/department/command
|
||||
name = "command insignia"
|
||||
desc = "Coloured panelling denoting assignment to the command department."
|
||||
|
||||
@@ -1005,6 +1005,22 @@ this file deals with uniforms/under. */
|
||||
rolled_sleeves = -1
|
||||
rolled_down = -1
|
||||
|
||||
/obj/item/clothing/under/rank/neo_gorka/civilian
|
||||
name = "civilian gorka"
|
||||
desc = "A rugged weather-resistant uniform made of ripstop fabric. For those who appreciate durable clothing. It has a tag denoting it's made by Total Gear & Co."
|
||||
icon_state = "neo_gorka"
|
||||
rolled_sleeves = -1
|
||||
rolled_down = -1
|
||||
starting_accessories = list(/obj/item/clothing/accessory/gorka/department/civilian)
|
||||
|
||||
/obj/item/clothing/under/rank/neo_gorka/black_command
|
||||
name = "plain command gorka"
|
||||
desc = "A rugged weather-resistant uniform made of ripstop fabric. For those who appreciate durable clothing. It has a tag denoting it's made by Total Gear & Co."
|
||||
icon_state = "neo_gorka"
|
||||
rolled_sleeves = -1
|
||||
rolled_down = -1
|
||||
starting_accessories = list(/obj/item/clothing/accessory/gorka/rank)
|
||||
|
||||
/obj/item/clothing/under/rank/neo_gorka/service
|
||||
name = "service gorka"
|
||||
desc = "A rugged weather-resistant uniform made of ripstop fabric. No thorns will be ripping these! It has a tag denoting it's made by Total Gear & Co."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
Reference in New Issue
Block a user