Merge pull request #13737 from Heroman3003/admin-toggles

Some staff-specific pref staff
This commit is contained in:
Novacat
2022-09-15 13:52:38 +00:00
committed by CHOMPStation2
parent bc2886f4c5
commit 22e1a26d4e
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(