From 038011441f10b4ef4961bbd058e38c8f429a6058 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Thu, 3 Sep 2015 14:46:22 -0400 Subject: [PATCH] Missed a spot --- code/modules/clothing/under/color.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index 4a03248080b..7d7683059f7 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -118,10 +118,7 @@ name = "light blue jumpsuit" icon_state = "lightblue" _color = "lightblue" - species_fit = list("Vox") - sprite_sheets = list( - "Vox" = 'icons/mob/species/vox/uniform.dmi' - ) + /obj/item/clothing/under/color/aqua name = "aqua jumpsuit"