Merge pull request #8141 from Baystation12/master

master -> dev
This commit is contained in:
Chinsky
2015-02-16 11:53:14 +03:00
5 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -367,7 +367,7 @@ var/list/ai_verbs_default = list(
if(message_cooldown)
src << "Please allow one minute to pass between announcements."
return
var/input = stripped_input(usr, "Please write a message to announce to the station crew.", "A.I. Announcement")
var/input = input(usr, "Please write a message to announce to the station crew.", "A.I. Announcement")
if(!input)
return