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:
ParadoxSpace
2020-01-15 20:56:45 -03:00
committed by Alberyk
parent a5f28b6ed5
commit 8d810079f8
3 changed files with 56 additions and 8 deletions
@@ -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)