From fe39a5a550530314a483fa58dfe121e8e6e7120b Mon Sep 17 00:00:00 2001 From: loginsandylogout Date: Thu, 22 Mar 2018 23:28:33 -0500 Subject: [PATCH] MOVED TO HERE --- .../code/modules/clothing/suits/suits.dm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/clothing/suits/suits.dm b/modular_citadel/code/modules/clothing/suits/suits.dm index 8c88a7e193..60b951bdb4 100644 --- a/modular_citadel/code/modules/clothing/suits/suits.dm +++ b/modular_citadel/code/modules/clothing/suits/suits.dm @@ -10,4 +10,17 @@ 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.." alternate_worn_icon = 'modular_citadel/icons/mob/citadel/suit.dmi' icon_state = "hostrench" - item_state = "hostrench" \ No newline at end of file + item_state = "hostrench" + +/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 + +/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