mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #7112 from Novacat/nova-shuttle
Adds Mechanicus Techpriest Robes
This commit is contained in:
3
code/modules/clothing/head/hood_vr.dm
Normal file
3
code/modules/clothing/head/hood_vr.dm
Normal 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)
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
// Field Medic Suit - Someone who can sprite should probably reskin this
|
// Field Medic Suit - Someone who can sprite should probably reskin this
|
||||||
/obj/item/clothing/suit/storage/hooded/explorer/medic
|
/obj/item/clothing/suit/storage/hooded/explorer/medic
|
||||||
starting_accessories = list(/obj/item/clothing/accessory/armband/med/cross)
|
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")
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 10 KiB |
@@ -1752,6 +1752,7 @@
|
|||||||
#include "code\modules\clothing\head\helmet.dm"
|
#include "code\modules\clothing\head\helmet.dm"
|
||||||
#include "code\modules\clothing\head\helmet_vr.dm"
|
#include "code\modules\clothing\head\helmet_vr.dm"
|
||||||
#include "code\modules\clothing\head\hood.dm"
|
#include "code\modules\clothing\head\hood.dm"
|
||||||
|
#include "code\modules\clothing\head\hood_vr.dm"
|
||||||
#include "code\modules\clothing\head\jobs.dm"
|
#include "code\modules\clothing\head\jobs.dm"
|
||||||
#include "code\modules\clothing\head\jobs_vr.dm"
|
#include "code\modules\clothing\head\jobs_vr.dm"
|
||||||
#include "code\modules\clothing\head\misc.dm"
|
#include "code\modules\clothing\head\misc.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user