[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:
SkyratBot
2020-10-24 21:25:19 +02:00
committed by GitHub
co-authored by tattlemothe
parent 1b7c24752e
commit ac6e816c18
@@ -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)