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)."