From 3f5f279f5a932aa3e13ca94546150c8c5dfef163 Mon Sep 17 00:00:00 2001 From: Afya212 <54920261+Afya212@users.noreply.github.com> Date: Sun, 12 Feb 2023 17:59:02 +0000 Subject: [PATCH] alooc (#15782) --- code/modules/admin/admin_verbs.dm | 3 ++- html/changelogs/Afya-Alooc.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/Afya-Alooc.yml 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