Adds a Long Fisanduhian Jacket and a Green Trenchcoat (#12409)

This commit is contained in:
WickedCybs
2021-08-31 17:50:42 +02:00
committed by GitHub
parent a7b3c66fc3
commit f6a13ea461
7 changed files with 30 additions and 1 deletions
@@ -184,6 +184,7 @@ datum/gear/suit/colorvest
coat["trenchcoat, grey"] = /obj/item/clothing/suit/storage/toggle/trench/grey
coat["trenchcoat, dark brown"] = /obj/item/clothing/suit/storage/toggle/trench/alt
coat["trenchcoat, grey alternate"] = /obj/item/clothing/suit/storage/toggle/trench/grey_alt
coat["trenchcoat, green"] = /obj/item/clothing/suit/storage/toggle/trench/green
coat["brown trenchcoat (Detective)"] = /obj/item/clothing/suit/storage/toggle/det_trench
coat["black trenchcoat (Detective)"] = /obj/item/clothing/suit/storage/toggle/det_trench/black
gear_tweaks += new /datum/gear_tweak/path(coat)
@@ -317,10 +318,18 @@ datum/gear/suit/colorvest
allowed_roles = list("Consular Officer")
/datum/gear/suit/fisanduhian_bomber
display_name = "fisanduhian bomber jacket"
display_name = "fisanduhian bomber jacket selection"
description = "A selection of Fisanduhian jackets."
path = /obj/item/clothing/suit/storage/toggle/dominia/bomber
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/suit/fisanduhian_bomber/New()
..()
var/list/coat = list()
coat["fisanduhian bomber jacket"] = /obj/item/clothing/suit/storage/toggle/dominia/bomber
coat["long fisanduhian bomber jacket"] = /obj/item/clothing/suit/storage/toggle/dominia/bomber/long
gear_tweaks += new /datum/gear_tweak/path(coat)
/datum/gear/suit/tcfl
display_name = "Tau Ceti Foreign Legion jacket selection"
description = "A selection of fine, surplus jackets of the Foreign Legion."
@@ -117,6 +117,13 @@
icon_state = "dominia_bomber"
item_state = "dominia_bomber"
/obj/item/clothing/suit/storage/toggle/dominia/bomber/long
name = "long fisanduhian bomber jacket"
desc = "A long bomber jacket based off of styles created by Fisanduhian refugees. The double-breasted design works well for insulating \
heat, or concealing a small pistol."
icon_state = "dominia_bomber_long"
item_state = "dominia_bomber_long"
/obj/item/clothing/under/dominia
name = "dominia suit"
desc = "This is a suit in the style of Dominia nobility. It's the latest fashion across Dominian space."
@@ -364,6 +364,12 @@
icon_state = "trenchcoat_grey"
item_state = "trenchcoat_grey"
/obj/item/clothing/suit/storage/toggle/trench/green
name = "green trenchcoat"
desc = "A sleek canvas trenchcoat"
icon_state = "trenchcoat_green"
item_state = "trenchcoat_green"
/obj/item/clothing/suit/storage/toggle/trench/colorable
name = "trenchcoat"
desc = "A sleek canvas trenchcoat"