More staff pref stuff

This commit is contained in:
Heroman
2022-09-15 15:25:47 +10:00
parent 7b3ae52b1e
commit f49d1ccd1f
4 changed files with 42 additions and 5 deletions
+3 -1
View File
@@ -8,7 +8,7 @@ var/list/admin_verbs_default = list(
/client/proc/cmd_mod_say, //VOREStation Add,
/client/proc/cmd_event_say, //VOREStation Add,
/client/proc/cmd_mentor_ticket_panel,
/client/proc/cmd_mentor_say
/client/proc/cmd_mentor_say,
// /client/proc/hide_verbs, //hides all our adminverbs, //VOREStation Remove,
// /client/proc/hide_most_verbs, //hides all our hideable adminverbs, //VOREStation Remove,
// /client/proc/debug_variables, //allows us to -see- the variables of any instance in the game. +VAREDIT needed to modify, //VOREStation Remove,
@@ -18,6 +18,8 @@ var/list/admin_verbs_default = list(
// /client/proc/cmd_mod_say,
// /client/proc/deadchat //toggles deadchat on/off,
// /client/proc/toggle_ahelp_sound,
/client/proc/toggle_admin_global_looc,
/client/proc/toggle_admin_deadchat
)
var/list/admin_verbs_admin = list(