From 26f9cea5b438b4a32338e61791cd2ba70551c21e Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:31:40 +0300 Subject: [PATCH] better comment --- modular_ss220/text_to_speech/code/_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_ss220/text_to_speech/code/_defines.dm b/modular_ss220/text_to_speech/code/_defines.dm index 3ea651de7da4..cbe9939aced4 100644 --- a/modular_ss220/text_to_speech/code/_defines.dm +++ b/modular_ss220/text_to_speech/code/_defines.dm @@ -89,6 +89,6 @@ #define COMSIG_ATOM_TTS_TRAIT_ADD "atom_tts_trait_add" //from base of atom/tts_trait_remove(): (atom/user, trait) #define COMSIG_ATOM_TTS_TRAIT_REMOVE "atom_tts_trait_remove" -//from base of atom/cast_tts(): (mob/listener, message, atom/location, is_local = TRUE, effect = SOUND_EFFECT_NONE, traits = TTS_TRAIT_RATE_FASTER, preSFX, postSFX) +//from base of atom/cast_tts(): (atom/speaker, mob/listener, message, atom/location, is_local, effect, traits, preSFX, postSFX) #define COMSIG_ATOM_PRE_TTS_CAST "atom_pre_tts_cast" #define COMPONENT_TTS_INTERRUPT (1<<0)