From 3f3c0f80bb3d0aed1a2fa86dff7f42699457e7be Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Wed, 28 Aug 2013 22:55:03 -0700 Subject: [PATCH] Type path fix. --- code/modules/clothing/under/jobs/security.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index da9d703ad35..fcb243eb7a0 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -53,7 +53,7 @@ item_state = "sec_corporate" color = "sec_corporate" -/obj/item/clothing/under/rank/warden +/obj/item/clothing/under/rank/warden/corp icon_state = "warden_corporate" item_state = "warden_corporate" color = "warden_corporate"