diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 27856fff0fa..121ee88cd18 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -1277,9 +1277,10 @@ var/list/admin_verbs_cciaa = list( log_and_message_admins("forced the following away mission: [mission_name].") /client/proc/alooc(msg as text) - set name = "Admin LOOC" + set name = "ALOOC" set desc = "Admin Local OOC, seen only by those in view, regardless of their LOOC preferences." set category = "Admin" + set hidden = 1 if(!check_rights(R_ADMIN|R_MOD)) return diff --git a/html/changelogs/Afya-Alooc.yml b/html/changelogs/Afya-Alooc.yml new file mode 100644 index 00000000000..40ee3dcf4ae --- /dev/null +++ b/html/changelogs/Afya-Alooc.yml @@ -0,0 +1,6 @@ +author: Afya + +delete-after: True + +changes: + - tweak: "ALOOC to use ALOOC instead of Admin-LOOC" \ No newline at end of file