From f9a3ae76d82125ea57daf6b0fdf5e513ef05df22 Mon Sep 17 00:00:00 2001 From: Batrachophreno Date: Sat, 28 Mar 2026 22:16:28 -0400 Subject: [PATCH] Fixes submariner's beanie being invisible (#22109) Icon_state typo. Fixed. --- code/modules/clothing/head/winter_hats.dm | 4 ++-- html/changelogs/Bat-SubmarinerBeanie.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/Bat-SubmarinerBeanie.yml diff --git a/code/modules/clothing/head/winter_hats.dm b/code/modules/clothing/head/winter_hats.dm index 6ab6258d13b..107f7993dc5 100644 --- a/code/modules/clothing/head/winter_hats.dm +++ b/code/modules/clothing/head/winter_hats.dm @@ -65,8 +65,8 @@ /obj/item/clothing/head/beanie/submariner name = "submariner's beanie" desc = "A design of tightly fitting beanie particularly popular among the dock workers of Europa. Favored among anyone who prides a warm head." - icon_state = "beaner_submariner" - item_state = "beaner_submariner" + icon_state = "beanie_submariner" + item_state = "beanie_submariner" /obj/item/clothing/head/beanie/submariner/random/Initialize() . = ..() diff --git a/html/changelogs/Bat-SubmarinerBeanie.yml b/html/changelogs/Bat-SubmarinerBeanie.yml new file mode 100644 index 00000000000..b3983dd7732 --- /dev/null +++ b/html/changelogs/Bat-SubmarinerBeanie.yml @@ -0,0 +1,4 @@ +author: Batrachophrenoboocosmomachia +delete-after: True +changes: + - bugfix: "Submariner's beanie visible again (icon_state typo)."