From c3ac60abc83f28de7da411fc8b29aada6669324e Mon Sep 17 00:00:00 2001 From: spessbandit <55415991+spessbandit@users.noreply.github.com> Date: Sun, 29 Mar 2020 16:59:07 -0400 Subject: [PATCH] Create Command Report dialog now tells you the current CentCom name. (#49831) About The Pull Request The admin Create Command Report verb now displays the current Central Command name in the dialog box, in case it has been previously changed. also fixed one(1) typo Why It's Good For The Game because the other day I murdered everybody's immulsion by sending a "Central Command" report without realizing someone had hit Change Command Report previously (pr title aside this is not just for manuel) Changelog cl bandit admin: The Create Command Report dialog now tells you the current CentCom name. /cl --- code/modules/admin/verbs/randomverbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 57da02b7b5c..0c83d4e9d15 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -552,7 +552,7 @@ Traitors and the like can also be revived with the previous role mostly intact. if(!check_rights(R_ADMIN)) return - var/input = input(usr, "Enter a Command Report. Ensure it makes sense IC.", "What?", "") as message|null + var/input = input(usr, "Enter a Command Report. Ensure it makes sense IC. Command's name is currently set to [command_name()].", "What?", "") as message|null if(!input) return