diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 12cafb7e46..51dedbfc6f 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -196,6 +196,14 @@ item_state = "p_suit" item_color = "lightpurple" +/obj/item/clothing/under/color/lightpurple/trackless + name = "purple jumpsuit" + desc = "A magically colored jumpsuit. No sensors are attached!" + icon_state = "lightpurple" + item_state = "p_suit" + item_color = "lightpurple" + has_sensor = NO_SENSORS + /obj/item/clothing/under/skirt/color/lightpurple name = "lightpurple jumpskirt" icon_state = "lightpurple_skirt"