TCAF expansion/rework stuff (#22717)

- renames/redescs/etc existing stuff to fit new TCAF lore
- lots of 4 years defunct TCFL stuff has been deleted or
repathed/renamed
- the tcfl peacekeeper ship that was soft-removed has been deleted
- the uniforms has also been modified and have had the necessary amount
of blue added. essentially i kitbashed the old TCFL uniforms with the
new TCAF uniforms

i probably missed a lot of tcfl stuff still.

---------

Signed-off-by: c#min7 <sadkermit01@gmail.com>
Co-authored-by: Kano <89972582+kano-dot@users.noreply.github.com>
This commit is contained in:
c#min7
2026-06-22 13:53:32 +00:00
committed by GitHub
co-authored by Kano
parent 012a05ff79
commit 60d09f31b1
97 changed files with 2481 additions and 72444 deletions
@@ -20,7 +20,7 @@
zippolighters["fisanduhian zippo"] = /obj/item/flame/lighter/zippo/fisanduh
zippolighters["coalition zippo"] = /obj/item/flame/lighter/zippo/coalition
zippolighters["solarian zippo"] = /obj/item/flame/lighter/zippo/sol
zippolighters["biesellite zippo"] = /obj/item/flame/lighter/zippo/tcfl
zippolighters["biesellite zippo"] = /obj/item/flame/lighter/zippo/biesel
zippolighters["himeo zippo"] = /obj/item/flame/lighter/zippo/himeo
zippolighters["san colettish zippo"] = /obj/item/flame/lighter/zippo/sancolette
zippolighters["europan zippo"] = /obj/item/flame/lighter/zippo/europa
@@ -115,7 +115,7 @@
coffeecups["Zeng-Hu coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/zeng
coffeecups["Zavod coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/zavod
coffeecups["Orion coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/orion
coffeecups["TCFL coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/tcfl
coffeecups["TCAF coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/tcaf
coffeecups["EE coffee cup"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/einstein
coffeecups["EE coffee cup, alt"] = /obj/item/reagent_containers/food/drinks/drinkingglass/newglass/coffeecup/einstein/alt
// symbols, markings
@@ -191,17 +191,18 @@
/datum/gear/head/tcaf
display_name = "tcaf hat selection"
path = /obj/item/clothing/head/beret/legion
path = /obj/item/clothing/head/beret/tcaf
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/head/tcaf/New()
..()
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
tcaf["tcaf beret, dress"] = /obj/item/clothing/head/beret/tcaf
tcaf["tcaf beret, field"] = /obj/item/clothing/head/beret/tcaf/field
tcaf["tcaf foreign legions beret, dress"] = /obj/item/clothing/head/beret/tcaf/foreign_legion
tcaf["tcaf foreign legions, field"] = /obj/item/clothing/head/beret/tcaf/foreign_legion/field
tcaf["tcaf elite espatier beret"] = /obj/item/clothing/head/beret/tcaf/elite_espatier
tcaf["tcaf softcap"] = /obj/item/clothing/head/softcap/tcaf_cap
gear_tweaks += new /datum/gear_tweak/path(tcaf)
/datum/gear/head/peakedcap
@@ -431,15 +431,15 @@
/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
path = /obj/item/clothing/suit/storage/tcaf
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
/datum/gear/suit/tcaf/New()
..()
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
tcafjacket ["tcaf jacket"] = /obj/item/clothing/suit/storage/tcaf
tcafjacket ["tcaf foreign legions jacket"] = /obj/item/clothing/suit/storage/tcaf/legion
tcafjacket ["tcaf jacket, flight"] = /obj/item/clothing/suit/storage/toggle/leather_jacket/flight/tcaf
gear_tweaks += new /datum/gear_tweak/path(tcafjacket)
/datum/gear/suit/dep_jacket