From 2252ec2eafd1a0809c969d24d6c29266ed6c8fd9 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 15 Jan 2025 08:35:40 +0000 Subject: [PATCH] show admins classified reports (#89035) ## About The Pull Request Lets other admins see what you sent in a classified command report. ![image](https://github.com/user-attachments/assets/0029ed80-5a72-4f79-8374-0f00de3acac0) ## Why It's Good For The Game Admins can see this anyway and I've previously wanted to look this up to see what another admin is doing. ## Changelog :cl: admin: All admins will now see what is in a classified command report :cl: Co-authored-by: Josh Powell --- code/modules/admin/verbs/commandreport.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/admin/verbs/commandreport.dm b/code/modules/admin/verbs/commandreport.dm index 047ef04a0b7..84b95c6f478 100644 --- a/code/modules/admin/verbs/commandreport.dm +++ b/code/modules/admin/verbs/commandreport.dm @@ -151,7 +151,10 @@ ADMIN_VERB(create_command_report, R_ADMIN, "Create Command Report", "Create a co change_command_name(original_command_name) log_admin("[key_name(ui_user)] has created a command report: \"[command_report_content]\", sent from \"[command_name]\" with the sound \"[played_sound]\".") + message_admins("[key_name_admin(ui_user)] has created a command report, sent from \"[command_name]\" with the sound \"[played_sound]\"") + if(!announce_contents) + message_admins("The message was: [command_report_content]") #undef DEFAULT_ANNOUNCEMENT_SOUND