From a0c91e200d56a97ab4d1cc3e6ec23f37a06c0fe2 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Sat, 13 Oct 2012 00:49:09 +1000 Subject: [PATCH] re-added missing admin verbs (bans, toggle ooc, msay etc) Signed-off-by: Cael_Aislinn --- code/modules/admin/admin_verbs.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 3b66c3f8e4..b8dd3af8ee 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -114,6 +114,7 @@ if (holder.level == -1) verbs += /client/proc/investigate_show verbs += /client/proc/cmd_admin_say + verbs += /client/proc/cmd_mod_say verbs += /client/proc/cmd_admin_gib_self verbs += /client/proc/deadmin_self return @@ -122,6 +123,7 @@ if (holder.level >= 0) verbs += /client/proc/cmd_admin_pm_context verbs += /client/proc/cmd_admin_pm_panel + verbs += /client/proc/cmd_mod_say verbs += /client/proc/hide_verbs verbs += /client/proc/deadmin_self verbs += /client/proc/Report @@ -151,6 +153,11 @@ verbs += /client/proc/player_panel_new verbs += /client/proc/cmd_admin_change_custom_event verbs += /client/proc/game_panel + verbs += /client/proc/unjobban_panel + verbs += /client/proc/jobbans + verbs += /client/proc/unban_panel + verbs += /datum/admins/proc/toggleooc + verbs += /datum/admins/proc/toggleoocdead //verbs += /client/proc/cmd_admin_attack_log --Merged with view variables else return