mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[MIRROR] Adds vox announcements to individual logging (#1449)
* Adds vox announcements to individual logging (#54547) Adds VOX announcement contents to the AI's individual say logs. * Adds vox announcements to individual logging Co-authored-by: tattlemothe <66640614+dragomagol@users.noreply.github.com>
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
announcing_vox = world.time + VOX_DELAY
|
||||
|
||||
log_game("[key_name(src)] made a vocal announcement with the following message: [message].")
|
||||
log_talk(message, LOG_SAY, tag="VOX Announcement")
|
||||
|
||||
for(var/word in words)
|
||||
play_vox_word(word, src.z, null)
|
||||
|
||||
Reference in New Issue
Block a user