Refluffs the Dominian Bomber Jacket and Sweater (#11671)

This commit is contained in:
WickedCybs
2021-04-19 05:09:21 -06:00
committed by GitHub
parent c276c6dced
commit 5f2deb237c
4 changed files with 31 additions and 6 deletions
@@ -296,7 +296,6 @@
coat["dominia great coat, red"] = /obj/item/clothing/suit/storage/toggle/dominia
coat["dominia great coat, gold"] = /obj/item/clothing/suit/storage/toggle/dominia/gold
coat["dominia great coat, black"] = /obj/item/clothing/suit/storage/toggle/dominia/black
coat["dominian bomber jacket"] = /obj/item/clothing/suit/storage/toggle/dominia/bomber
gear_tweaks += new/datum/gear_tweak/path(coat)
/datum/gear/suit/dominia/consular
@@ -305,6 +304,11 @@
path = /obj/item/clothing/suit/storage/dominia/consular
allowed_roles = list("Consular Officer")
/datum/gear/suit/fisanduhian_bomber
display_name = "fisanduhian bomber jacket"
path = /obj/item/clothing/suit/storage/toggle/dominia/bomber
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/suit/tcfl
display_name = "Tau Ceti Foreign Legion jacket selection"
description = "A selection of fine, surplus jackets of the Foreign Legion."
@@ -220,7 +220,6 @@
var/list/suit = list()
suit["dominia suit, red"] = /obj/item/clothing/under/dominia
suit["dominia suit, black"] = /obj/item/clothing/under/dominia/black
suit["dominia sweater"] = /obj/item/clothing/under/dominia/sweater
suit["lyodsuit"] = /obj/item/clothing/under/dominia/lyodsuit
suit["hoodied lyodsuit"] = /obj/item/clothing/under/dominia/lyodsuit/hoodie
suit["dominia noblewoman dress"] = /obj/item/clothing/under/dominia/dress
@@ -253,6 +252,11 @@
consular["dominian consular officer's uniform, feminine"] = /obj/item/clothing/under/dominia/consular/dress
gear_tweaks += new/datum/gear_tweak/path(consular)
/datum/gear/uniform/fisanduhian_sweater
display_name = "fisanduhian sweater"
path = /obj/item/clothing/under/dominia/sweater
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/uniform/elyra_holo
display_name = "elyran holographic suit selection"
description = "A marvel of Elyran technology, uses hardlight fabric and masks to transform a skin-tight, cozy suit into cultural apparel of your choosing. Has a dial for Midenean, Aemaqii and Persepolis clothes respectively."