From 0e10bd2cc34379b0881ef8208d7d9e8ebb628b61 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Thu, 3 Sep 2015 17:29:41 -0400 Subject: [PATCH] Fixes Psychedelic Jumpsuit It wasn't using the Vox sprite because I'd forgotten to give this one a specific species_fit and sprite_sheets as it isn't a child of obj/item/clothing/under/color/ --- code/modules/clothing/under/color.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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