Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds vox announcements to individual logging #54547

Merged
merged 5 commits into from Oct 24, 2020

Conversation

dragomagol
Copy link
Member

About The Pull Request

Adds VOX announcement contents to the AI's individual say logs.

Why It's Good For The Game

Announcement contents are in mobs' say logs, so it makes sense for VOX announcement contents to be in AIs' say logs.

Changelog

馃啈
admin: Added vox announcements to individual say logs
/:cl:

@tgstation-server tgstation-server added the Administration As generous gods, we have deigned to throw the jannies a bone label Oct 23, 2020
@@ -123,6 +123,7 @@
announcing_vox = world.time + VOX_DELAY

log_game("[key_name(src)] made a vocal announcement with the following message: [message].")
src.log_talk(message, LOG_SAY, tag="VOX Announcement")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
src.log_talk(message, LOG_SAY, tag="VOX Announcement")
log_talk(message, LOG_SAY, tag="VOX Announcement")

src is implied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Administration As generous gods, we have deigned to throw the jannies a bone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants