Skip to content

Commit

Permalink
Убираем ограничение на тир голосов у магических зеркал
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Dec 26, 2023
1 parent 1f44386 commit 7f5c542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/text_to_speech/code/base_seeds/objs/objs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

/obj/structure/mirror/magic/proc/tts_choose(choice, mob/living/carbon/human/human_to_update)
if(choice == "Voice TTS")
human_to_update.change_voice(human_to_update)
human_to_update.change_voice(human_to_update, TRUE)

0 comments on commit 7f5c542

Please sign in to comment.