mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fixes moderators getting verbs they can't use.
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user