Skip to content

Commit

Permalink
we better do this
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Apr 25, 2024
1 parent 2a4d072 commit 22cd047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/text_to_speech/code/tts_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
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)

Check failure on line 91 in modular_ss220/text_to_speech/code/tts_component.dm

View workflow job for this annotation

GitHub Actions / Run Linters

/datum/component/tts_component/proc/tts_seed_change sets SpacemanDMM_should_not_sleep but calls blocking proc /datum/component/tts_component/proc/select_tts_seed

Check failure on line 91 in modular_ss220/text_to_speech/code/tts_component.dm

View workflow job for this annotation

GitHub Actions / Run Linters

/datum/component/tts_component/proc/tts_seed_change sets SpacemanDMM_should_not_sleep but calls blocking proc /proc/tgui_input_list

Check failure on line 91 in modular_ss220/text_to_speech/code/tts_component.dm

View workflow job for this annotation

GitHub Actions / Run Linters

/datum/component/tts_component/proc/tts_seed_change sets SpacemanDMM_should_not_sleep but calls blocking proc /proc/stoplag

Check failure on line 91 in modular_ss220/text_to_speech/code/tts_component.dm

View workflow job for this annotation

GitHub Actions / Run Linters

/datum/component/tts_component/proc/tts_seed_change sets SpacemanDMM_should_not_sleep but calls blocking proc /datum/tgui_window/proc/initialize
SIGNAL_HANDLER
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 22cd047

Please sign in to comment.