Fixes moderators getting verbs they can't use.

This commit is contained in:
Erthilo
2012-06-28 22:59:36 +01:00
parent 462264ed82
commit 079f987c5c

View File

@@ -878,8 +878,9 @@
verbs -= /client/proc/hide_most_verbs verbs -= /client/proc/hide_most_verbs
verbs += /client/proc/show_verbs verbs += /client/proc/show_verbs
verbs += /client/proc/deadchat //toggles deadchat if(holder.level > 0)
verbs += /obj/admins/proc/toggleooc //toggle ooc verbs += /client/proc/deadchat //toggles deadchat
verbs += /obj/admins/proc/toggleooc //toggle ooc
verbs += /client/proc/cmd_admin_say//asay verbs += /client/proc/cmd_admin_say//asay
verbs += /client/proc/cmd_mod_say//asay verbs += /client/proc/cmd_mod_say//asay
// feedback_add_details("admin_verb","TAVVH") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! // feedback_add_details("admin_verb","TAVVH") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!