31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
/*/////////////////////////////////////////////////////////////////////////////////
|
|
/////// ///////
|
|
/////// Cit's exclusive suits, armor, etc. go here ///////
|
|
/////// ///////
|
|
*//////////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
/obj/item/clothing/suit/armor/hos/trenchcoat/cloak
|
|
name = "armored trenchcloak"
|
|
desc = "A trenchcoat enchanced with a special lightweight kevlar. This one appears to be designed to be draped over one's shoulders rather than worn normally.."
|
|
mob_overlay_icon = 'modular_citadel/icons/mob/citadel/suit.dmi'
|
|
icon_state = "hostrench"
|
|
item_state = "hostrench"
|
|
mutantrace_variation = STYLE_DIGITIGRADE
|
|
body_parts_covered = CHEST|ARMS|LEGS
|
|
|
|
/obj/item/clothing/suit/hooded/cloak/david
|
|
name = "red cloak"
|
|
icon_state = "goliath_cloak"
|
|
desc = "Ever wanted to look like a badass without ANY effort? Try this nanotrasen brand red cloak, perfect for kids"
|
|
hoodtype = /obj/item/clothing/head/hooded/cloakhood/david
|
|
body_parts_covered = CHEST|GROIN|ARMS
|
|
mutantrace_variation = STYLE_DIGITIGRADE
|
|
|
|
/obj/item/clothing/head/hooded/cloakhood/david
|
|
name = "red cloak hood"
|
|
icon_state = "golhood"
|
|
desc = "conceal your face in shame with this nanotrasen brand hood"
|
|
flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR
|
|
mutantrace_variation = NONE
|