Skip to content

Commit

Permalink
choir suit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmio64 committed Feb 23, 2024
1 parent 570e590 commit 03388d2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions code/game/objects/items/holy_armours.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,27 @@
icon_state = "darktemplar-chaplain1"
item_state = "darktemplar-chaplain1"
armor = list(MELEE = 30, BULLET = 10, LASER = 15, ENERGY = 10, BOMB = 20, BIO = 60, RAD = 40, FIRE = 90, ACID = 80)

///choir equipment is identical to witch hunter stuff
/obj/item/clothing/suit/armor/riot/chaplain/witchhunter/choir
name = "choir garb"
desc = "An armored garb worn by high ranking members of the church."
icon_state = "choirgarb"
item_state = "choirgarb"
armor = list(MELEE = 40, BULLET = 10, LASER = 10, ENERGY = 5, BOMB = 10, BIO = 0, RAD = 0, FIRE = 0, ACID = 40)
slowdown = 0.1
body_parts_covered = CHEST|GROIN|LEGS|ARMS
mutantrace_variation = MUTANTRACE_VARIATION

/obj/item/clothing/head/helmet/chaplain/witchunter_hat/choir
name = "blindfold cap"
desc = "The hat of a high ranking member of the church."
icon_state = "blindfoldcap"
item_state = "blindfoldcap"

/obj/item/storage/box/holy/choir
name = "Healing Church Choir Kit"

/obj/item/storage/box/holy/choir/PopulateContents()
new /obj/item/clothing/suit/armor/riot/chaplain/witchhunter/choir(src)
new /obj/item/clothing/head/helmet/chaplain/witchunter_hat/choir(src)

0 comments on commit 03388d2

Please sign in to comment.