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
This commit is contained in:
NoxVS
2019-10-03 02:21:56 -07:00
committed by Rob Bailey
parent c2e8674dc0
commit 1be0b68ce8
+20
View File
@@ -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"