Window for Fake Announcer (#6345)

The fake, captain and announcements now get a larger window so you can more easily see the message you are about to send
This commit is contained in:
Werner
2019-04-26 01:25:38 +02:00
committed by GitHub
parent 09f8a5cffd
commit 3c8d4b6f8d
4 changed files with 44 additions and 3 deletions
@@ -144,7 +144,7 @@
to_chat(usr, "Please allow at least one minute to pass between announcements")
SSnanoui.update_uis(src)
return
var/input = input(usr, "Please write a message to announce to the station crew.", "Priority Announcement") as null|text
var/input = input(usr, "Please write a message to announce to the station crew.", "Priority Announcement") as null|message
if(!input || !can_still_topic())
SSnanoui.update_uis(src)
return