diff --git a/code/modules/clothing/under/color.dm b/code/modules/clothing/under/color.dm index b3456c48d23..cac05fab23a 100644 --- a/code/modules/clothing/under/color.dm +++ b/code/modules/clothing/under/color.dm @@ -112,6 +112,11 @@ desc = "Groovy!" icon_state = "psyche" _color = "psyche" + species_fit = list("Vox") + sprite_sheets = list( + "Vox" = 'icons/mob/species/vox/uniform.dmi' + ) + /obj/item/clothing/under/color/lightblue @@ -194,4 +199,4 @@ icon_state = "bluejersey" item_state = "b_suit" _color = "bluejersey" - flags = ONESIZEFITSALL \ No newline at end of file + flags = ONESIZEFITSALL