From 74378973a99ee408ca3642cdd8ddf5da7423eec6 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Mon, 18 Jun 2018 17:19:59 -0400 Subject: [PATCH] Can Cast Spells on Z-Level 2 on Ragin' --- code/datums/spell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spell.dm b/code/datums/spell.dm index e46ad460490..04949130a07 100644 --- a/code/datums/spell.dm +++ b/code/datums/spell.dm @@ -115,7 +115,7 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin caster.reset_perspective(0) return 0 - if(is_admin_level(user.z) && (!centcom_cancast || ticker.mode.name == "ragin' mages")) //Certain spells are not allowed on the centcom zlevel + if(is_admin_level(user.z) && !centcom_cancast) //Certain spells are not allowed on the centcom zlevel return 0 if(!skipcharge)