From 1be0b68ce85ef8d0efabbf4fa2d4e9697618a142 Mon Sep 17 00:00:00 2001 From: NoxVS <41690870+NoxVS@users.noreply.github.com> Date: Thu, 3 Oct 2019 05:21:56 -0400 Subject: [PATCH] Adds new chaplain armor to the armament beacon (#46734) * Adds new chaplain armor Uses admin only armor from (I believe) hand of god mode * Fixes Changes description and removes mouth covering --- code/game/objects/items/holy_weapons.dm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/code/game/objects/items/holy_weapons.dm b/code/game/objects/items/holy_weapons.dm index 784cec570e0..1add7b49e6e 100644 --- a/code/game/objects/items/holy_weapons.dm +++ b/code/game/objects/items/holy_weapons.dm @@ -124,6 +124,26 @@ item_state = "witchhunterhat" flags_cover = HEADCOVERSEYES +/obj/item/storage/box/holy/adept + name = "Divine Adept Kit" + +/obj/item/storage/box/holy/adept/PopulateContents() + new /obj/item/clothing/suit/armor/riot/chaplain/adept(src) + new /obj/item/clothing/head/helmet/chaplain/adept(src) + +/obj/item/clothing/head/helmet/chaplain/adept + name = "adept hood" + desc = "Its only heretical when others do it." + icon_state = "crusader" + item_state = "crusader" + flags_cover = HEADCOVERSEYES + +/obj/item/clothing/suit/armor/riot/chaplain/adept + name = "adept robes" + desc = "The ideal outfit for burning the unfaithful." + icon_state = "crusader" + item_state = "crusader" + /obj/item/storage/box/holy/follower name = "Followers of the Chaplain Kit"