Merge pull request #14024 from Kyep/admin_verb_reclassification

Admin Verb Updates
This commit is contained in:
AffectedArc07
2020-08-16 13:46:49 +01:00
committed by GitHub
25 changed files with 85 additions and 261 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
/client/proc/forceEvent(var/type in SSevents.allEvents)
set name = "Trigger Event (Debug Only)"
set name = "Trigger Event"
set category = "Debug"
if(!holder)
if(!check_rights(R_EVENT))
return
if(ispath(type))