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