From 5dff836b096b091d38eebbdee79bfb6dfb14c35a Mon Sep 17 00:00:00 2001 From: 1080pCat <96908085+1080pCat@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:36:02 +1000 Subject: [PATCH] forced extended death is bad for this kinda mode (#22989) --- code/game/gamemodes/wizard/spellbook.dm | 2 ++ 1 file changed, 2 insertions(+) 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"