Fix for command reports and hacktools.

This commit is contained in:
SkyMarshal
2012-02-10 15:20:11 -07:00
parent e5cc07ad50
commit 3d284270f7
3 changed files with 8603 additions and 8597 deletions

View File

@@ -529,7 +529,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
src << "Only administrators may use this command."
return
var/input = input(usr, "Please enter anything you want. Anything. Serious.", "What?", "") as message|null
var/customname = input(usr, "Pick a title for the report.", "Title") as message|null
var/customname = input(usr, "Pick a title for the report.", "Title") as text|null
if(!input)
return
if(!customname)