From 551a2593d438d9ad3d0c58049092635410c656e2 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Wed, 12 Feb 2020 14:28:57 -0500 Subject: [PATCH] Update color.dm --- code/modules/clothing/under/color.dm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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