From ef3e35bb25cdf4f087a7d48ade011f85a13dd3e0 Mon Sep 17 00:00:00 2001 From: Cobraman202 Date: Fri, 21 Feb 2020 01:09:14 -0600 Subject: [PATCH] Fixed the itemstate of my last push --- code/modules/clothing/suits/chaplainsuits.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/suits/chaplainsuits.dm b/code/modules/clothing/suits/chaplainsuits.dm index 8cc3a02a239..949265f8337 100644 --- a/code/modules/clothing/suits/chaplainsuits.dm +++ b/code/modules/clothing/suits/chaplainsuits.dm @@ -48,8 +48,8 @@ /obj/item/clothing/suit/hooded/chaplainsuit/monkhabit name = "monk's habit" desc = "A few steps above rended sackcloth." - icon_state = "monkhabit" - item_state = "monkhabit" + icon_state = "monkfrock" + item_state = "monkfrock" body_parts_covered = CHEST|GROIN|LEGS|ARMS hoodtype = /obj/item/clothing/head/hooded/monkhabit