Skip to content

Commit

Permalink
bugfix: Ellis TTS voice is classified as male now (ss220-space#3800)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored and SuhEugene committed Nov 6, 2023
1 parent b23c5c0 commit 34c60ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/text_to_speech/seeds/silero.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4095,7 +4095,7 @@
name = "Ellis"
value = "ellis"
category = TTS_CATEGORY_LEFT4DEAD
gender = TTS_GENDER_FEMALE
gender = TTS_GENDER_MALE
donator_level = 1

/datum/tts_seed/silero/udalryk
Expand Down

0 comments on commit 34c60ab

Please sign in to comment.