mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Additional TCFL Loadout Bits (#8003)
The sexy, more fashionable red field beret alongside the blue, less sexy dress one. Removes the armor from the field/sentinel berets, as I'm sure the PR wouldn't fly otherwise.
This commit is contained in:
@@ -234,10 +234,17 @@
|
||||
path = /obj/item/clothing/head/soft/iacberet
|
||||
allowed_roles = list("Chief Medical Officer", "Medical Doctor", "Pharmacist", "Paramedic", "Medical Resident")
|
||||
|
||||
/datum/gear/head/tcflberet
|
||||
display_name = "Tau Ceti Foreign Legion dress beret"
|
||||
path = /obj/item/clothing/head/legion_beret
|
||||
|
||||
/datum/gear/head/circuitry
|
||||
display_name = "headwear, circuitry (empty)"
|
||||
path = /obj/item/clothing/head/circuitry
|
||||
path = /obj/item/clothing/head/circuitry
|
||||
|
||||
/datum/gear/head/tcfl
|
||||
display_name = "tcfl hat selection"
|
||||
path = /obj/item/clothing/head/legion_beret
|
||||
|
||||
/datum/gear/head/tcfl/New()
|
||||
..()
|
||||
var/tcfl = list()
|
||||
tcfl["tcfl beret, dress"] = /obj/item/clothing/head/legion_beret
|
||||
tcfl["tcfl beret, field"] = /obj/item/clothing/head/legion
|
||||
gear_tweaks += new/datum/gear_tweak/path(tcfl)
|
||||
|
||||
Reference in New Issue
Block a user