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
This commit is contained in:
spessbandit
2020-03-29 16:59:07 -04:00
committed by GitHub
parent 3a155bb6fe
commit c3ac60abc8
+1 -1
View File
@@ -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