From 6250cbafc377d93b9eced07bac2ef3eb124dea12 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Mon, 7 Jul 2025 02:21:51 -0400 Subject: [PATCH] Fix maid headband GAGS preview (#91980) fix: fixed icon preview for maid headband --- code/modules/clothing/head/costume.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/costume.dm b/code/modules/clothing/head/costume.dm index f7b746335f4..971470bdf1d 100644 --- a/code/modules/clothing/head/costume.dm +++ b/code/modules/clothing/head/costume.dm @@ -55,7 +55,7 @@ desc = "Just like from one of those chinese cartoons!" greyscale_colors = "#494955#EEEEEE" icon = 'icons/map_icons/clothing/head/_head.dmi' - icon_state = "/obj/item/clothing/head/costume/maid" + icon_state = "/obj/item/clothing/head/costume/maid_headband" post_init_icon_state = "maid" greyscale_config = /datum/greyscale_config/maid_headband greyscale_config_worn = /datum/greyscale_config/maid_headband/worn