Updates Summon Guns

This commit is contained in:
Fox-McCloud
2016-01-29 22:54:07 -05:00
parent b0ba4281d5
commit 9ff52f91a8
2 changed files with 49 additions and 21 deletions
+3 -1
View File
@@ -65,7 +65,9 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin
caster.reset_view(0)
return 0
if((user.z in config.admin_levels) && !centcom_cancast) //Certain spells are not allowed on the centcom zlevel
if(user.z == ZLEVEL_CENTCOMM && !centcom_cancast) //Certain spells are not allowed on the centcom zlevel
return 0
if(user.z == ZLEVEL_CENTCOMM && ticker.mode.name == "ragin' mages")
return 0
if(!skipcharge)