Skip to content

Commit

Permalink
Move 'Change voice' verb to existing tab (#1438)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Перемещает verb "Смена голоса" во вкладку "Подсистемы" для киборгов/ИИ.
Сейчас вкладки две с одинаковыми названиями, в одной из которых лежит
только этот verb.

## Почему это хорошо для игры
Меньше вкладок - кайф.

## Тестирование


![image](https://github.com/user-attachments/assets/78ffb7e3-6219-4c3b-87fd-53e650b9f9ac)

## Changelog

:cl: Maxiemar
tweak: Вкладки Subsystems и Подсистемы в статус панели теперь
объединены.
/:cl:
  • Loading branch information
m-dzianishchyts authored Aug 20, 2024
1 parent e2482ba commit b8cfff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/text_to_speech/code/tts_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@
/mob/living/silicon/verb/synth_change_voice()
set name = "Смена голоса"
set desc = "Express yourself!"
set category = "Subsystems"
set category = "Подсистемы"
change_tts_seed(src, fancy_voice_input_tgui = TRUE, new_traits = list(TTS_TRAIT_ROBOTIZE))

0 comments on commit b8cfff2

Please sign in to comment.