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.
This commit is contained in:
Mij
2012-10-23 21:14:17 -07:00
parent 13cb40b637
commit 9be730245a
+2 -1
View File
@@ -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