Merge pull request #2167 from Markolie/SDQL

Add SDQL, +PROCCALL, admin updates
This commit is contained in:
Fox-McCloud
2015-09-26 17:40:03 -04:00
25 changed files with 1291 additions and 764 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ var/global/nologevent = 0
set desc = "Edit mobs's memory and role"
set name = "Show Traitor Panel"
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN|R_MOD))
return
if(!istype(M))