mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
AI Announcement TGUI now uses Multiline (#18657)
* Ai Announcements multiline * oops --------- Co-authored-by: Benedict <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -419,7 +419,7 @@ var/list/ai_verbs_default = list(
|
||||
if(message_cooldown)
|
||||
to_chat(src, "Please allow one minute to pass between announcements.")
|
||||
return
|
||||
var/input = tgui_input_text(usr, "Please write a message to announce to the station crew.", "A.I. Announcement")
|
||||
var/input = tgui_input_text(usr, "Please write a message to announce to the station crew.", "A.I. Announcement", multiline = TRUE)
|
||||
if(!input)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user