diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 51dedbfc6f..a18b7e5817 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -41,6 +41,10 @@ item_color = "black" resistance_flags = NONE +/obj/item/clothing/under/color/black/trackless + desc = "A black jumpsuit that has its sensors removed." + has_sensor = NO_SENSORS + /obj/item/clothing/under/skirt/color/black name = "black jumpskirt" icon_state = "black_skirt" @@ -189,7 +193,6 @@ item_state = "b_suit" item_color = "teal_skirt" - /obj/item/clothing/under/color/lightpurple name = "purple jumpsuit" icon_state = "lightpurple" @@ -197,11 +200,7 @@ 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