Skip to content

Commit

Permalink
how did this happen
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 24, 2024
1 parent 26f9cea commit b43a64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/text_to_speech/code/_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@

//from base of atom/change_tts_seed(): (mob/chooser, override, fancy_voice_input_tgui)
#define COMSIG_ATOM_TTS_SEED_CHANGE "atom_tts_seed_change"
//called for tts_component: (atom/speaker, mob/listener, message, atom/location, is_local, effect, traits, preSFX, postSFX)
//called for tts_component: (mob/listener, message, atom/location, is_local, effect, traits, preSFX, postSFX)
#define COMSIG_ATOM_TTS_CAST "atom_tts_cast"
//from base of atom/tts_trait_add(): (atom/user, trait)
#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(): (atom/speaker, mob/listener, message, atom/location, is_local, effect, traits, preSFX, postSFX)
//from base of atom/cast_tts(): (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)

0 comments on commit b43a64d

Please sign in to comment.