Fixes submariner's beanie being invisible (#22109)

Icon_state typo. Fixed.
This commit is contained in:
Batrachophreno
2026-03-29 02:16:28 +00:00
committed by GitHub
parent e1929a46c8
commit f9a3ae76d8
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -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()
. = ..()