Refactors speech/communication logging and adds coordinates to speech logs (#28997)

* Adds locations to speech and related communications
Refactors how logging is handled for these.

* changes

* ahhhhh

* preemptive merge conflict undoing maybe?

* Let's not delay this further
This commit is contained in:
Shadowlight213
2017-07-06 16:06:43 -04:00
committed by Jordan Brown
parent ce590cd648
commit 68102aaa0c
29 changed files with 95 additions and 38 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ SUBSYSTEM_DEF(communications)
else
priority_announce(html_decode(input), null, 'sound/misc/announce.ogg', "Captain")
nonsilicon_message_cooldown = world.time + COMMUNICATION_COOLDOWN
log_say("[key_name(user)] has made a priority announcement: [input]")
log_talk(user,"[key_name(user)] has made a priority announcement: [input]",LOGSAY)
message_admins("[key_name_admin(user)] has made a priority announcement.")
#undef COMMUNICATION_COOLDOWN