From 12998c06413a03979e7497ec41df9394ee0eb97e Mon Sep 17 00:00:00 2001 From: lokxy Date: Sun, 19 Jan 2014 03:13:17 +0100 Subject: [PATCH] Fixes issue #1828 (Wizard Perma-Mutate) Fixes Issue #1828 (Wizard Perma-Mutate) - added centcomm check --- code/datums/spells/wizard.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/spells/wizard.dm b/code/datums/spells/wizard.dm index a32011da9c6..72cf2fa510b 100644 --- a/code/datums/spells/wizard.dm +++ b/code/datums/spells/wizard.dm @@ -40,6 +40,7 @@ message = "\blue You feel strong! You feel a pressure building behind your eyes!" range = -1 include_user = 1 + centcom_cancast = 0 mutations = list(LASER, HULK) duration = 300