From ac22fe1ac1d26fbb3cfd5abab59acc850290511e Mon Sep 17 00:00:00 2001 From: Walter0o Date: Mon, 21 Jul 2014 01:28:50 +0200 Subject: [PATCH] misnamed shorts fixes --- code/modules/clothing/under/shorts.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/under/shorts.dm b/code/modules/clothing/under/shorts.dm index 04eaead87fb..0644af853d4 100644 --- a/code/modules/clothing/under/shorts.dm +++ b/code/modules/clothing/under/shorts.dm @@ -6,21 +6,26 @@ body_parts_covered = LOWER_TORSO /obj/item/clothing/under/shorts/red + name = "red athletic shorts" icon_state = "redshorts" item_color = "redshorts" /obj/item/clothing/under/shorts/green + name = "green athletic shorts" icon_state = "greenshorts" item_color = "greenshorts" /obj/item/clothing/under/shorts/blue + name = "blue athletic shorts" icon_state = "blueshorts" item_color = "blueshorts" /obj/item/clothing/under/shorts/black + name = "black athletic shorts" icon_state = "blackshorts" item_color = "blackshorts" /obj/item/clothing/under/shorts/grey + name = "grey athletic shorts" icon_state = "greyshorts" - item_color = "greyshorts" \ No newline at end of file + item_color = "greyshorts"