Can Cast Spells on Z-Level 2 on Ragin'

This commit is contained in:
Fox McCloud
2018-06-18 17:19:59 -04:00
parent b474cfd20f
commit 74378973a9
+1 -1
View File
@@ -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)