Skip to content

Commit

Permalink
Adds vox announcements to individual logging (#54547)
Browse files Browse the repository at this point in the history
Adds VOX announcement contents to the AI's individual say logs.
  • Loading branch information
dragomagol committed Oct 24, 2020
1 parent 6723b1a commit a0bf8a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/silicon/ai/ai_say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a0bf8a0

Please sign in to comment.