Skip to content

Commit

Permalink
TGS Test Merge (#16674)
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyorange committed Oct 17, 2024
2 parents c05cae3 + 240cead commit a7b6fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/machinery/telecomms/broadcasting.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
list_of_listeners += potential_hearer
continue

INVOKE_ASYNC(SStts, TYPE_PROC_REF(/datum/controller/subsystem/tts, queue_tts_message), list_of_listeners, html_decode(message), language, speaker.voice, speaker.voice_filter, local = TRUE, pitch = speaker.pitch, special_filters = TTS_FILTER_RADIO, directionality = FALSE)
INVOKE_ASYNC(SStts, TYPE_PROC_REF(/datum/controller/subsystem/tts, queue_tts_message), speaker, html_decode(message), language, speaker.voice, speaker.voice_filter, list_of_listeners, TRUE, pitch = speaker.pitch, special_filters = TTS_FILTER_RADIO, directionality = FALSE)

var/spans_part = ""
if(length(spans))
Expand Down

0 comments on commit a7b6fe0

Please sign in to comment.