mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
TCAF Loadout Additions (#19654)
Adds the two TCAF berets and a jacket to the loadout, in a similar vein to the addition of the TCAF veteran/reservist cards.
This commit is contained in:
@@ -384,18 +384,20 @@
|
||||
display_name = "headwear, circuitry (empty)"
|
||||
path = /obj/item/clothing/head/circuitry
|
||||
|
||||
/datum/gear/head/tcfl
|
||||
display_name = "tcfl hat selection"
|
||||
/datum/gear/head/tcaf
|
||||
display_name = "tcaf hat selection"
|
||||
path = /obj/item/clothing/head/beret/legion
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/head/tcfl/New()
|
||||
/datum/gear/head/tcaf/New()
|
||||
..()
|
||||
var/list/tcfl = list()
|
||||
tcfl["tcfl beret, dress"] = /obj/item/clothing/head/beret/legion
|
||||
tcfl["tcfl beret, field"] = /obj/item/clothing/head/beret/legion/field
|
||||
tcfl["tcfl softcap"] = /obj/item/clothing/head/softcap/tcfl
|
||||
gear_tweaks += new /datum/gear_tweak/path(tcfl)
|
||||
var/list/tcaf = list()
|
||||
tcaf["tcaf beret, dress"] = /obj/item/clothing/head/beret/legion/tcaf
|
||||
tcaf["tcaf beret, field"] = /obj/item/clothing/head/beret/legion/tcaf/tcaf_field
|
||||
tcaf["tcfl beret, dress"] = /obj/item/clothing/head/beret/legion
|
||||
tcaf["tcfl beret, field"] = /obj/item/clothing/head/beret/legion/field
|
||||
tcaf["tcfl softcap"] = /obj/item/clothing/head/softcap/tcfl
|
||||
gear_tweaks += new /datum/gear_tweak/path(tcaf)
|
||||
|
||||
/datum/gear/head/padded_cap
|
||||
display_name = "padded cap"
|
||||
|
||||
@@ -350,18 +350,19 @@
|
||||
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."
|
||||
/datum/gear/suit/tcaf
|
||||
display_name = "Tau Ceti Armed Forces jacket selection"
|
||||
description = "A selection of fine, surplus jackets of the Armed Forces."
|
||||
path = /obj/item/clothing/suit/storage/legion
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/suit/tcfl/New()
|
||||
/datum/gear/suit/tcaf/New()
|
||||
..()
|
||||
var/list/tcfljac = list()
|
||||
tcfljac ["tcfl jacket"] = /obj/item/clothing/suit/storage/legion
|
||||
tcfljac ["tcfl jacket, flight"] = /obj/item/clothing/suit/storage/toggle/leather_jacket/flight/legion
|
||||
gear_tweaks += new /datum/gear_tweak/path(tcfljac)
|
||||
var/list/tcafjacket = list()
|
||||
tcafjacket ["tcaf jacket"] = /obj/item/clothing/suit/storage/legion/tcaf
|
||||
tcafjacket ["tcfl jacket"] = /obj/item/clothing/suit/storage/legion
|
||||
tcafjacket ["tcfl jacket, flight"] = /obj/item/clothing/suit/storage/toggle/leather_jacket/flight/legion
|
||||
gear_tweaks += new /datum/gear_tweak/path(tcafjacket)
|
||||
|
||||
/datum/gear/suit/dep_jacket
|
||||
display_name = "department jackets selection"
|
||||
|
||||
Reference in New Issue
Block a user