Randomize tts voice more appropriately (#95272)

## About The Pull Request

Adds a helper `SStts.random_tts_voice(gender)` which attempts to pick an
appropriate voice for the passed gender

## Why It's Good For The Game

Randomization into a completely wrong voice kinda ruins it

## Changelog

🆑 Melbert
qol: TTS voice is more appropriately randomized to gender
qol: Getting randomized through means such as mulligan toxin randomizes
TTS voices
/🆑

---------

Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>
This commit is contained in:
MrMelbert
2026-04-04 07:25:12 -05:00
committed by GitHub
parent 0f450388cb
commit b79743df08
8 changed files with 27 additions and 11 deletions
@@ -42,7 +42,7 @@
if(!SStts.tts_enabled)
return
voice = pick(SStts.available_speakers)
voice = SStts.random_tts_voice()
if(SStts.pitch_enabled)
if(findtext(voice, "Woman"))
pitch = 12 // up-pitch by one octave