Merge pull request #7112 from Novacat/nova-shuttle

Adds Mechanicus Techpriest Robes
This commit is contained in:
Aronai Sieyes
2020-04-03 13:11:33 -04:00
committed by GitHub
6 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
/obj/item/clothing/head/hood/techpriest
name = "techpriest hood"
armor = list(melee = 20, bullet = 10, laser = 10, energy = 10, bomb = 25, bio = 50, rad = 25)

View File

@@ -1,3 +1,15 @@
// Field Medic Suit - Someone who can sprite should probably reskin this
/obj/item/clothing/suit/storage/hooded/explorer/medic
starting_accessories = list(/obj/item/clothing/accessory/armband/med/cross)
/obj/item/clothing/suit/storage/hooded/techpriest
name = "tech priest robe"
desc = "Praise be to the Omnissiah."
icon = 'icons/obj/clothing/suits_vr.dmi'
icon_override = 'icons/mob/suit_vr.dmi'
icon_state = "techpriest"
hoodtype = /obj/item/clothing/head/hood/techpriest
body_parts_covered = FEET|LOWER_TORSO|UPPER_TORSO|LEGS|ARMS
flags_inv = HIDESHOES|HIDEJUMPSUIT|HIDETIE|HIDEHOLSTER
armor = list(melee = 20, bullet = 10, laser = 10, energy = 10, bomb = 25, bio = 50, rad = 25)
item_state_slots = list(slot_r_hand_str = "engspace_suit", slot_l_hand_str = "engspace_suit")