diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index 52eba1c6d11..e93f3334aac 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -133,22 +133,12 @@ desc = "A paramedic EVA helmet. Used in the recovery of bodies from space." icon_state = "paramedic-eva-helmet" item_state = "paramedic-eva-helmet" - species_restricted = list("exclude","Diona","Wryn") - species_fit = list("Vox") - sprite_sheets = list( - "Vox" = 'icons/mob/species/vox/helmet.dmi' - ) /obj/item/clothing/suit/space/eva/paramedic name = "Paramedic EVA suit" icon_state = "paramedic-eva" item_state = "paramedic-eva" desc = "A paramedic EVA suit. Used in the recovery of bodies from space." - species_restricted = list("exclude","Diona","Wryn") - species_fit = list("Vox") - sprite_sheets = list( - "Vox" = 'icons/mob/species/vox/suit.dmi' - ) /obj/item/clothing/suit/space/eva name = "EVA suit" @@ -156,10 +146,15 @@ item_state = "s_suit" desc = "A lightweight space suit with the basic ability to protect the wearer from the vacuum of space during emergencies." armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 100, rad = 20) - species_fit = list("Vulpkanin") + species_restricted = list("exclude", "Diona", "Wryn") + species_fit = list("Vox","Vulpkanin") sprite_sheets = list( + "Vox" = 'icons/mob/species/vox/suit.dmi', "Vulpkanin" = 'icons/mob/species/vulpkanin/suit.dmi' ) + sprite_sheets_obj = list( + "Vox" = 'icons/obj/clothing/species/vox/suits.dmi' + ) /obj/item/clothing/head/helmet/space/eva name = "EVA helmet" @@ -169,10 +164,15 @@ flags_inv = HIDEMASK|HIDEEARS|HIDEEYES armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 100, rad = 20) flash_protect = 0 - species_fit = list("Vulpkanin") + species_restricted = list("exclude", "Diona", "Wryn") + species_fit = list("Vox","Vulpkanin") sprite_sheets = list( + "Vox" = 'icons/mob/species/vox/helmet.dmi', "Vulpkanin" = 'icons/mob/species/vulpkanin/helmet.dmi' ) + sprite_sheets_obj = list( + "Vox" = 'icons/obj/clothing/species/vox/hats.dmi' + ) //Mime's Hardsuit /obj/item/clothing/head/helmet/space/eva/mime @@ -181,6 +181,10 @@ desc = ". . ." icon_state = "spacemimehelmet" item_state = "spacemimehelmet" + species_restricted = list("exclude","Diona","Vox","Wryn") + species_fit = null + sprite_sheets = null + sprite_sheets_obj = null /obj/item/clothing/suit/space/eva/mime name = "mime eva suit" @@ -188,6 +192,10 @@ desc = ". . ." icon_state = "spacemime_suit" item_state = "spacemime_items" + species_restricted = list("exclude","Diona","Vox","Wryn") + species_fit = null + sprite_sheets = null + sprite_sheets_obj = null /obj/item/clothing/head/helmet/space/eva/clown name = "clown eva helmet" @@ -195,6 +203,10 @@ desc = "An EVA helmet specifically designed for the clown. SPESSHONK!" icon_state = "clownhelmet" item_state = "clownhelmet" + species_restricted = list("exclude","Diona","Vox","Wryn") + species_fit = null + sprite_sheets = null + sprite_sheets_obj = null /obj/item/clothing/suit/space/eva/clown name = "clown eva suit" @@ -202,6 +214,10 @@ desc = "An EVA suit specifically designed for the clown. SPESSHONK!" icon_state = "spaceclown_suit" item_state = "spaceclown_items" + species_restricted = list("exclude","Diona","Vox","Wryn") + species_fit = null + sprite_sheets = null + sprite_sheets_obj = null /obj/item/clothing/head/helmet/space/freedom name = "eagle helmet"