mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user