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)
+2 -3
View File
@@ -489,14 +489,13 @@
/obj/item/clothing/head/legion
name = "TCFL field beret"
desc = "A hardy, stark red field beret with a rubber insignia of a torch, surrounded by red stars and the letters \"TCFL\". Offers some minor protection."
armor = list(melee = 20, bullet = 10, laser = 10, energy = 10, bomb = 10, bio = 0, rad = 0)
desc = "A hardy, stark red field beret with a rubber insignia of a torch, surrounded by red stars and the letters \"TCFL\"."
icon_state = "legion_field_beret"
item_state = "legion_field_beret"
/obj/item/clothing/head/legion/sentinel
name = "TCFL sentinel beret"
desc = "A hardy, stark purple sentinel beret with a rubber insignia of a torch, surrounded by red stars and the letters \"TCFL\". Offers some minor protection."
desc = "A hardy, stark purple sentinel beret with a rubber insignia of a torch, surrounded by red stars and the letters \"TCFL\"."
icon_state = "legion_sentinel_beret"
item_state = "legion_sentinel_beret"