Merge pull request #9127 from Fox-McCloud/ragin-tweak

Can Cast Spells on Z-Level 2 on Ragin'
This commit is contained in:
tigercat2000
2018-06-19 15:42:00 -07:00
committed by GitHub
+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)