From 43736e8e3d3df5158cbe823b92937bb82a48dbf4 Mon Sep 17 00:00:00 2001 From: SinTwo Date: Thu, 31 Dec 2015 20:20:18 -0500 Subject: [PATCH] Quick Shorts Fix Just a quick path fix for icons. --- code/modules/clothing/under/shorts.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/clothing/under/shorts.dm b/code/modules/clothing/under/shorts.dm index b870b49d598..4ad336aa264 100644 --- a/code/modules/clothing/under/shorts.dm +++ b/code/modules/clothing/under/shorts.dm @@ -68,8 +68,8 @@ /obj/item/clothing/under/shorts/jeans/black name = "black jeans shorts" - icon_state = "black_shorts" - worn_state = "black_shorts" + icon_state = "blackpants_shorts" + worn_state = "blackpants_shorts" /obj/item/clothing/under/shorts/jeans/black/female icon_state = "black_shorts_f" @@ -78,9 +78,9 @@ /obj/item/clothing/under/shorts/khaki name = "khaki shorts" desc = "For that island getaway. It's five o'clock somewhere, right?" - icon_state = "khaki_shorts" - worn_state = "khaki_shorts" + icon_state = "tanpants_shorts" + worn_state = "tanpants_shorts" /obj/item/clothing/under/shorts/khaki/female icon_state = "khaki_shorts_f" - worn_state = "khaki_shorts_f" \ No newline at end of file + worn_state = "khaki_shorts_f"