From 57ca69968dbe20fb4430003aaac2c85ea4a735f2 Mon Sep 17 00:00:00 2001 From: datlo Date: Tue, 13 Nov 2018 01:13:01 +0000 Subject: [PATCH] Prevent wizard from rodding out of the wizard den --- code/datums/spells/rod_form.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/spells/rod_form.dm b/code/datums/spells/rod_form.dm index e51a994b7d2..265d0423a95 100644 --- a/code/datums/spells/rod_form.dm +++ b/code/datums/spells/rod_form.dm @@ -10,6 +10,7 @@ invocation = "CLANG!" invocation_type = "shout" action_icon_state = "immrod" + centcom_cancast = 0 sound = 'sound/effects/whoosh.ogg' var/rod_delay = 2