Groups and makes admin verbs easier to read

This commit is contained in:
S34NW
2021-08-24 22:29:07 +01:00
parent f159c118ba
commit 603ad19634
10 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//allows right clicking mobs to send an admin PM to their client, forwards the selected mob's client to cmd_admin_pm
/client/proc/cmd_admin_pm_context(mob/M as mob in GLOB.mob_list)
set category = null
set name = "Admin PM Mob"
set name = "\[Admin\] Admin PM Mob"
if(!check_rights(R_ADMIN|R_MENTOR))
return
if(!ismob(M) || !M.client)