From 34d7b280dc101a5bd8e90d8bf723c2809826ac98 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Thu, 3 Sep 2015 14:57:32 -0400 Subject: [PATCH] Put Jerseys back Because travis, and apparently it IS used for something despite my not finding any sprites for it (even for HUMANS). I guess I'll have to look harder --- code/modules/clothing/under/color.dm | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 7d7683059f7..b3456c48d23 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -125,13 +125,13 @@ icon_state = "aqua" _color = "aqua" flags = ONESIZEFITSALL - + /obj/item/clothing/under/color/purple name = "purple jumpsuit" icon_state = "purple" item_state = "p_suit" _color = "purple" - + /obj/item/clothing/under/color/lightpurple name = "light purple jumpsuit" icon_state = "lightpurple" @@ -179,3 +179,19 @@ icon_state = "darkred" _color = "darkred" flags = ONESIZEFITSALL + +/obj/item/clothing/under/color/red/jersey + name = "red team jersey" + desc = "The jersey of the Nanotrasen Phi-ghters!" + icon_state = "redjersey" + item_state = "r_suit" + _color = "redjersey" + flags = ONESIZEFITSALL + +/obj/item/clothing/under/color/blue/jersey + name = "blue team jersey" + desc = "The jersey of the Nanotrasen Pi-rates!" + icon_state = "bluejersey" + item_state = "b_suit" + _color = "bluejersey" + flags = ONESIZEFITSALL \ No newline at end of file