Skip to content

Commit

Permalink
Update tts_seed.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Dec 5, 2023
1 parent bf3df78 commit 868eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/text_to_speech/code/tts_seed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
else
tts_seeds = SStts220.get_available_seeds(src)

var/new_tts_seed = tgui_input_list(user || src, "Выберите голос:", "Настройка персонажа", tts_seeds)
var/new_tts_seed = input(user || src, "Choose your preferred voice:", "Character Preference", tts_seed) as null|anything in tts_seeds
if(!new_tts_seed)
return null
if(!silent_target && ismob(src) && src != user)
Expand Down

0 comments on commit 868eb28

Please sign in to comment.