From eee4d8b3d2da1e8f4fe8b7a831e8c112a4fdcd0f Mon Sep 17 00:00:00 2001 From: TheKillfish <145384199+TheKillfish@users.noreply.github.com> Date: Fri, 29 Sep 2023 01:31:01 +0200 Subject: [PATCH] Makes the Templar Armor able to carry the Bible (#22509) Makes it so the Templar Armor can carry the Chaplain's Bible. --- code/modules/clothing/suits/armor_suits.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor_suits.dm b/code/modules/clothing/suits/armor_suits.dm index 703dbe083c2..ff3c34f71be 100644 --- a/code/modules/clothing/suits/armor_suits.dm +++ b/code/modules/clothing/suits/armor_suits.dm @@ -279,7 +279,7 @@ desc = "God wills it!" icon_state = "knight_templar" item_state = "knight_templar" - allowed = list(/obj/item/nullrod/claymore) + allowed = list(/obj/item/nullrod/claymore, /obj/item/storage/bible) armor = list(MELEE = 15, BULLET = 5, LASER = 5, ENERGY = 5, BOMB = 0, RAD = 0, FIRE = 200, ACID = 200) /obj/item/clothing/suit/armor/vest/durathread