diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index cac05fab23a..45b4b4b618e 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -117,14 +117,11 @@ "Vox" = 'icons/mob/species/vox/uniform.dmi' ) - - /obj/item/clothing/under/color/lightblue name = "light blue jumpsuit" icon_state = "lightblue" _color = "lightblue" - /obj/item/clothing/under/color/aqua name = "aqua jumpsuit" icon_state = "aqua"