Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/say.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored Oct 15, 2024
1 parent ac0e615 commit 6d5402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/say.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
listened += sister
if(SStts.tts_enabled && length(listened) && voice)
var/list/treated_message = treat_message(message)
INVOKE_ASYNC(SStts, TYPE_PROC_REF(/datum/controller/subsystem/tts, queue_tts_message), listened, treated_message["tts_message"], get_default_language(), voice, voice_filter, local = TRUE, pitch = pitch, directionality = FALSE)
INVOKE_ASYNC(SStts, TYPE_PROC_REF(/datum/controller/subsystem/tts, queue_tts_message), src, treated_message["tts_message"], get_default_language(), voice, voice_filter, listened, TRUE, pitch = pitch, directionality = FALSE)

return TRUE

Expand Down

0 comments on commit 6d5402d

Please sign in to comment.