mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 13:35:10 +00:00
Reverts tgstation/tgstation#77640  This is causing big problems right now and we've agreed to a, at minimum, temporary revert so that we can re-approach this at a later date and do things properly @MrStonedOne pls i need that TTS repo im begging you pls
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
///TTS preference is disbaled entirely, no sound will be played.
|
|
#define TTS_SOUND_OFF "Disabled"
|
|
///TTS preference is enabled, and will give full text-to-speech.
|
|
#define TTS_SOUND_ENABLED "Enabled"
|
|
///TTS preference is set to only play blips of a sound, rather than speech.
|
|
#define TTS_SOUND_BLIPS "Blips Only"
|