From 24240217c116fb7cf063f01db77f374941b46dc4 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Tue, 8 Sep 2015 22:09:24 -0400 Subject: [PATCH] Cleaning out all the species_fit and sprite_sheets Thanks @Fox_McCloud, I missed those --- code/modules/clothing/under/jobs/civilian.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index 56fb6e77729..9d7b74e9e82 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -1,10 +1,3 @@ -//Fits all uniforms to Vox -/obj/item/clothing/under/ - species_fit = list("Vox") - sprite_sheets = list( - "Vox" = 'icons/mob/species/vox/uniform.dmi' - ) - //Alphabetical order of support jobs. /obj/item/clothing/under/rank/bartender @@ -191,4 +184,4 @@ name = "barber's uniform" icon_state = "barber" item_state = "barber" - _color = "barber" \ No newline at end of file + _color = "barber"