Merge pull request #3445 from Fox-McCloud/summon-guns

Updates Summon Guns
This commit is contained in:
TheDZD
2016-01-31 18:44:12 -05:00
4 changed files with 62 additions and 22 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)