Merge pull request #15971 from S34NW/AI_announcer_new

Revamps "Station AI" announcer
This commit is contained in:
variableundefined
2021-09-06 23:14:27 -05:00
committed by GitHub
75 changed files with 75 additions and 51 deletions
+1 -1
View File
@@ -606,7 +606,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
"Custom" = "Cryptic Message")
var/list/MsgSound = list("Beep" = 'sound/misc/notice2.ogg',
"Enemy Communications Intercepted" = 'sound/AI/intercept2.ogg',
"Enemy Communications Intercepted" = 'sound/AI/intercept.ogg',
"New Command Report Created" = 'sound/AI/commandreport.ogg')
var/type = input(usr, "Pick a type of report to send", "Report Type", "") as anything in MsgType