From 9be730245a528ea7f14dfcabab23e2e67e1723c1 Mon Sep 17 00:00:00 2001 From: Mij Date: Tue, 23 Oct 2012 21:14:17 -0700 Subject: [PATCH] Mij's first attempt at a commit. Please lemme know if this doesn't work. Adds msay verb to admin observers and above, including admins and mods. Test successful on local build. --- code/modules/admin/admin_verbs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 190122f9665..a98b3173c96 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -119,7 +119,8 @@ if (holder.level >= -1) seeprayers = 1 - verbs += /client/proc/cmd_admin_say + verbs += /client/proc/cmd_admin_say //Allows anyone rank -1 or higher to use asay -- removed when it hits 0 (mods), added again at 1 (Temp Admin) + verbs += /client/proc/cmd_mod_say //Allows anyone rank -1 or higher to use msay verbs += /client/proc/deadmin_self verbs += /client/proc/toggleadminhelpsound else