From d59dc63fedd6b029832c74881ccf7df2f3e68a35 Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Sat, 13 Oct 2012 01:37:08 +1000 Subject: [PATCH] re-add asay >.> Signed-off-by: Cael_Aislinn --- code/modules/admin/admin_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index b8dd3af8ee8..30fde75d9ef 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -134,13 +134,13 @@ //Extra moderator commands if(holder.level == 0) - verbs -= /client/proc/cmd_admin_say verbs += /client/proc/mod_panel return //Temporary Admin if (holder.level >= 1) verbs += /client/proc/investigate_show + verbs += /client/proc/cmd_admin_say verbs += /datum/admins/proc/startnow verbs += /datum/admins/proc/delay //game start delay verbs += /datum/admins/proc/immreboot //immediate reboot