mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Fixes submariner's beanie being invisible (#22109)
Icon_state typo. Fixed.
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Batrachophrenoboocosmomachia
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Submariner's beanie visible again (icon_state typo)."
|
||||
Reference in New Issue
Block a user