mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user