added vulpkanin eva suit

This commit is contained in:
Jovan
2017-03-11 02:09:16 -05:00
parent 6e4f027e50
commit 19a44e7172
3 changed files with 8 additions and 0 deletions
@@ -156,6 +156,10 @@
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")
sprite_sheets = list(
"Vulpkanin" = 'icons/mob/species/vulpkanin/suit.dmi'
)
/obj/item/clothing/head/helmet/space/eva
name = "EVA helmet"
@@ -165,6 +169,10 @@
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")
sprite_sheets = list(
"Vulpkanin" = 'icons/mob/species/vulpkanin/helmet.dmi'
)
//Mime's Hardsuit
/obj/item/clothing/head/helmet/space/eva/mime