From 6b6ef569c23644e01c5bc61d9aa4ce9695c592a2 Mon Sep 17 00:00:00 2001 From: Commandersand Date: Fri, 27 Dec 2019 12:14:46 -0600 Subject: [PATCH] fix --- code/modules/clothing/under/pants.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/clothing/under/pants.dm b/code/modules/clothing/under/pants.dm index 2e8f6e615a..97bb4c48bc 100644 --- a/code/modules/clothing/under/pants.dm +++ b/code/modules/clothing/under/pants.dm @@ -80,29 +80,29 @@ name = "ripped jeans" desc = "If you're wearing this you're poor or a rebel" icon_state = "jean_ripped" - icon_color = "jean_ripped" + item_color = "jean_ripped" /obj/item/clothing/under/pants/jeanshort name = "jean shorts" desc = "These are really just jeans cut in half" icon_state = "jean_shorts" - icon_color = "jean_shorts" + item_color = "jean_shorts" /obj/item/clothing/under/pants/denimskirt name = "denim skirt" desc = "These are really just a jean leg hole cut from a pair" icon_state = "denim_skirt" - icon_color = "denim_skirt" + item_color = "denim_skirt" /obj/item/clothing/under/pants/chaps name = "black chaps" body_parts_covered = LEGS desc = "Yeehaw" icon_state = "chaps" - icon_color = "chaps" + item_color = "chaps" /obj/item/clothing/under/pants/yoga name = "yoga pants" desc = "Comfy!" icon_state = "yoga_pants" - icon_color = "yoga_pants" + item_color = "yoga_pants"