From 1bc3ccf858308dd75a99d691a44299dfc2dfdf5e Mon Sep 17 00:00:00 2001 From: Atermonera Date: Thu, 30 Jan 2020 16:23:25 -0800 Subject: [PATCH 1/2] Merge pull request #6652 from Rykka-Stormheart/shep-dev-missing-no Hacky Fix for Athletic Shorts showing Missing Icon --- code/modules/clothing/under/shorts.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/shorts.dm b/code/modules/clothing/under/shorts.dm index 26a00a4a63..a56f1a2090 100644 --- a/code/modules/clothing/under/shorts.dm +++ b/code/modules/clothing/under/shorts.dm @@ -2,6 +2,7 @@ /obj/item/clothing/under/shorts name = "athletic shorts" desc = "95% Polyester, 5% Spandex!" + icon_state = "redshorts" // Hackyfix for icon states until someone wants to come do a recolor later. gender = PLURAL body_parts_covered = LOWER_TORSO