mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
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:
committed by
Jordan Brown
parent
ce590cd648
commit
68102aaa0c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user