From 01d2e37e2bfb7e36e12daba33f414eb4f0e11107 Mon Sep 17 00:00:00 2001 From: "Superxpdude@gmail.com" Date: Thu, 23 Jun 2011 19:06:56 +0000 Subject: [PATCH] Fixed a small error with the new lawyer jumpsuit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1713 316c924e-a436-60f5-8080-3fe189b3f50e --- code/defines/obj/clothing/jumpsuit.dm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/defines/obj/clothing/jumpsuit.dm b/code/defines/obj/clothing/jumpsuit.dm index 7b8d617d265..0e2ce83b1db 100644 --- a/code/defines/obj/clothing/jumpsuit.dm +++ b/code/defines/obj/clothing/jumpsuit.dm @@ -447,4 +447,11 @@ radiation_protection = 0.25 protective_temperature = 1000 flags = FPRINT | TABLEPASS | SUITSPACE - body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS \ No newline at end of file + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS + +/obj/item/clothing/under/bluesuit + name = "Blue Suit" + icon_state = "bluesuit" + item_state = "bluesuit" + color = "suit_blue" + desc = "A classy suit and tie" \ No newline at end of file