diff --git a/code/modules/client/preference_setup/loadout/items/head.dm b/code/modules/client/preference_setup/loadout/items/head.dm index b04eea61870..e91bea976aa 100644 --- a/code/modules/client/preference_setup/loadout/items/head.dm +++ b/code/modules/client/preference_setup/loadout/items/head.dm @@ -200,7 +200,7 @@ 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 foreign legions beret, 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) diff --git a/code/modules/clothing/head/berets.dm b/code/modules/clothing/head/berets.dm index 1799d3ac3f9..3c3a0398964 100644 --- a/code/modules/clothing/head/berets.dm +++ b/code/modules/clothing/head/berets.dm @@ -202,7 +202,7 @@ name = "\improper TCAF foreign legions dress beret" desc = "A bright blue, red-rimmed dress beret with a rubber insignia of a torch, surrounded by red stars. Worn by those of the Foreign Legions of one of the TCAF's service branches." icon_state = "tcaf_fl_dress" - item_state = "tcfl_dress" + item_state = "tcaf_fl_dress" /obj/item/clothing/head/beret/tcaf/foreign_legion/field name = "TCAF foreign legions field beret" diff --git a/html/changelogs/kermit-tcaf-beret-fixes.yml b/html/changelogs/kermit-tcaf-beret-fixes.yml new file mode 100644 index 00000000000..0396ed590d1 --- /dev/null +++ b/html/changelogs/kermit-tcaf-beret-fixes.yml @@ -0,0 +1,6 @@ +author: ChangeMe + +delete-after: True + +changes: + - bugfix: "Fixes some icon issues with the TCAF berets." diff --git a/icons/obj/item/clothing/head/tcaf_hats.dmi b/icons/obj/item/clothing/head/tcaf_hats.dmi index 72151e8a3fd..c0c3ef27a24 100644 Binary files a/icons/obj/item/clothing/head/tcaf_hats.dmi and b/icons/obj/item/clothing/head/tcaf_hats.dmi differ