diff --git a/code/modules/clothing/spacesuits/alien.dm b/code/modules/clothing/spacesuits/alien.dm index 7a74d85516..3a8824e644 100644 --- a/code/modules/clothing/spacesuits/alien.dm +++ b/code/modules/clothing/spacesuits/alien.dm @@ -56,6 +56,8 @@ allowed = list(/obj/item/weapon/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/melee/energy/sword,/obj/item/weapon/handcuffs,/obj/item/weapon/tank) slowdown = 2 armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 30, bio = 30, rad = 30) + heat_protection = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS + max_heat_protection_temperature = SPACE_SUIT_MAX_HEAT_PROTECITON_TEMPERATURE /obj/item/clothing/head/helmet/space/vox/carapace name = "alien visor" @@ -63,6 +65,7 @@ item_state = "vox-carapace" desc = "A glowing visor, perhaps stolen from a depressed Cylon." armor = list(melee = 60, bullet = 50, laser = 30, energy = 15, bomb = 30, bio = 30, rad = 30) + flags = HEADCOVERSEYES|STOPSPRESSUREDMAGE /obj/item/clothing/suit/space/vox/carapace name = "alien carapace armour" diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index e65fc8825d..41e428f3c2 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ