diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index 3f5ecc3e691..b75777018fc 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -561,6 +561,7 @@ category = "Summons" limit = 3 cost = 1 + is_ragin_restricted = TRUE /datum/spellbook_entry/item/hugbottle name = "Bottle of Tickles" @@ -582,6 +583,7 @@ item_path = /obj/item/antag_spawner/slaughter_demon category = "Summons" limit = 3 + is_ragin_restricted = TRUE /datum/spellbook_entry/item/shadowbottle name = "Bottle of Shadows"