From 4f15a4c65ac42545605f710b48f2690b3d55a59f Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 9 Nov 2020 15:24:05 -0500 Subject: [PATCH] Stops it on ragin --- code/game/gamemodes/wizard/spellbook.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index 8efb04483cb..9c76212f082 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -486,6 +486,7 @@ item_path = /obj/item/gun/magic/staff/change log_name = "ST" category = "Staves" + is_ragin_restricted = TRUE /datum/spellbook_entry/item/staffchaos name = "Staff of Chaos"