diff --git a/code/game/gamemodes/cult/cult_items.dm b/code/game/gamemodes/cult/cult_items.dm
index 928f0416c2c..c7665bce5c0 100644
--- a/code/game/gamemodes/cult/cult_items.dm
+++ b/code/game/gamemodes/cult/cult_items.dm
@@ -13,6 +13,7 @@
name = "cult hood"
icon_state = "culthood"
desc = "A hood worn by the followers of Nar-Sie."
+ see_face = 0
flags = FPRINT|TABLEPASS|HEADSPACE|HEADCOVERSEYES
armor = list(melee = 30, bullet = 10, laser = 5, taser = 5, bomb = 0, bio = 0, rad = 0)
@@ -25,4 +26,5 @@
item_state = "cultrobes"
flags = FPRINT | TABLEPASS | ONESIZEFITSALL
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS
+ allowed = list(/obj/item/weapon/tome,/obj/item/weapon/melee/cultblade)
armor = list(melee = 50, bullet = 30, laser = 50, taser = 20, bomb = 25, bio = 10, rad = 0)
diff --git a/code/game/magic/cultist/ritual.dm b/code/game/magic/cultist/ritual.dm
index aa5ce166b8d..f82b12f837f 100644
--- a/code/game/magic/cultist/ritual.dm
+++ b/code/game/magic/cultist/ritual.dm
@@ -125,6 +125,8 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
return teleport(src.word3)
if(word1 == wordsee && word2 == wordblood && word3 == wordhell)
return tomesummon()
+ if(word1 == wordhell && word2 == worddestr && word3 == wordother)
+ return armor()
if(word1 == wordjoin && word2 == wordblood && word3 == wordself)
return convert()
if(word1 == wordhell && word2 == wordjoin && word3 == wordself)
@@ -276,7 +278,7 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
icon_state ="tome"
throw_speed = 1
throw_range = 5
- w_class = 3.0
+ w_class = 2.0
flags = FPRINT | TABLEPASS
var/notedat = ""
var/tomedat = ""
@@ -321,7 +323,8 @@ var/engwords = list("travel", "blood", "join", "hell", "destroy", "technology",
Blind: Destroy See Other
Blood Boil: Destroy See Blood
Communicate: Self other technology
- Stun: join hide technology
+ Stun: Join hide technology
+ Summon Cultist Armor: Hell destroy other