Merge pull request #4614 from Citadel-Station-13/upstream-merge-33949

[MIRROR] Makes it clear that command reports are IC.
This commit is contained in:
LetterJay
2017-12-31 02:53:22 -06:00
committed by GitHub
+1 -1
View File
@@ -472,7 +472,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(!holder)
to_chat(src, "Only administrators may use this command.")
return
var/input = input(usr, "Please enter anything you want. Anything. Serious.", "What?", "") as message|null
var/input = input(usr, "Enter a Command Report. Ensure it makes sense IC.", "What?", "") as message|null
if(!input)
return