Skip to content

Commit

Permalink
keep linter calm
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Apr 25, 2024
1 parent dbc3c68 commit 2a4d072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modular_ss220/text_to_speech/code/tts_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
return new_tts_seed

/datum/component/tts_component/proc/tts_seed_change(atom/being_changed, mob/chooser, override = FALSE, fancy_voice_input_tgui = FALSE, list/new_traits = null)
SIGNAL_HANDLER_DOES_SLEEP
set waitfor = FALSE
var/datum/tts_seed/new_tts_seed = select_tts_seed(chooser = chooser, override = override, fancy_voice_input_tgui = fancy_voice_input_tgui, new_traits = new_traits)
if(!new_tts_seed)
Expand Down

0 comments on commit 2a4d072

Please sign in to comment.