From 540fd80dc7fca14bd6cb54fc66b99d55e8681c5a Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Thu, 27 Jul 2017 13:18:05 -0400 Subject: [PATCH] Fixes icon_state of scarecrow mask --- code/modules/clothing/masks/miscellaneous.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/masks/miscellaneous.dm b/code/modules/clothing/masks/miscellaneous.dm index cdd73fe6964..6b91d1a265b 100644 --- a/code/modules/clothing/masks/miscellaneous.dm +++ b/code/modules/clothing/masks/miscellaneous.dm @@ -212,6 +212,6 @@ /obj/item/clothing/mask/scarecrow name = "sack mask" desc = "A burlap sack with eyeholes." - icon_state = "scarecrow_mask" - item_state = "scarecrow_mask" + icon_state = "scarecrow_sack" + item_state = "scarecrow_sack" flags_inv = HIDEFACE|HIDEHAIR|HIDEFACIALHAIR \ No newline at end of file