From 1b06506209718df9b60010d27b6e31f6620577ea Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 11 Feb 2020 15:54:37 -0500 Subject: [PATCH] Update color.dm --- code/modules/clothing/under/color.dm | 8 ++++++++ 1 file changed, 8 insertions(+) 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"