diff --git a/code/modules/clothing/spacesuits/alien.dm b/code/modules/clothing/spacesuits/alien.dm index 5cecbbb298e..aef6f9f5493 100644 --- a/code/modules/clothing/spacesuits/alien.dm +++ b/code/modules/clothing/spacesuits/alien.dm @@ -144,6 +144,7 @@ icon_state = "vox-carapace" item_state = "vox-carapace" desc = "An armored, segmented carapace with glowing purple lights. It looks pretty run-down." + body_parts_visible_override = HANDS /obj/item/clothing/head/helmet/space/vox/stealth name = "alien stealth helmet" @@ -276,6 +277,7 @@ icon_state = "vox-carapace" item_state = "vox-carapace" desc = "An armored, segmented carapace with glowing purple lights. It looks like someone stripped most of the armor off." + body_parts_visible_override = HANDS /obj/item/clothing/head/helmet/space/vox/civ/trader/carapace //carapace helmet name = "alien visor" diff --git a/icons/mob/species/vox/suit.dmi b/icons/mob/species/vox/suit.dmi index 7c5ce4d9efc..63908a95e42 100644 Binary files a/icons/mob/species/vox/suit.dmi and b/icons/mob/species/vox/suit.dmi differ