mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
Fix vox jumpsuit and robe sprites. (#30741)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user