diff --git a/code/modules/clothing/spacesuits/alien_suits.dm b/code/modules/clothing/spacesuits/alien_suits.dm index 26ea7771c94..eb3ab006c74 100644 --- a/code/modules/clothing/spacesuits/alien_suits.dm +++ b/code/modules/clothing/spacesuits/alien_suits.dm @@ -125,22 +125,25 @@ desc = "An almost organic looking nonhuman pressure suit." /obj/item/clothing/under/vox - icon = 'icons/mob/clothing/species/vox/under/misc.dmi' - species_restricted = list("Vox") + icon = 'icons/obj/clothing/species/vox/uniforms.dmi' + worn_icon = 'icons/mob/clothing/species/vox/under/misc.dmi' sprite_sheets = list( "Vox" = 'icons/mob/clothing/species/vox/under/misc.dmi' - ) + ) /obj/item/clothing/under/vox/vox_casual name = "Vox jumpsuit" desc = "These loose clothes are optimized for the labors of the lower castes onboard the arkships. Large openings in the top allow for breathability while the pants are durable yet flexible enough to not restrict movement." - icon_state = "vox-jumpsuit_s" + icon_state = "vox-casual-1" + worn_icon_state = "vox-jumpsuit" /obj/item/clothing/suit/hooded/vox_robes name = "Vox robes" desc = "Large, comfortable robes worn by those who need a bit more covering. The thick fabric contains a pocket suitable for those that need their hands free during their work, while the cloth serves to cover scars or other injuries to the wearer's body." - icon = 'icons/mob/clothing/species/vox/suit.dmi' - icon_state = "vox-robes" + icon = 'icons/obj/clothing/species/vox/uniforms.dmi' + icon_state = "vox-casual-2" + worn_icon = 'icons/mob/clothing/species/vox/suit.dmi' + worn_icon_state = "vox-robes" body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS hoodtype = /obj/item/clothing/head/hooded/vox_robe_hood species_restricted = list("Vox")