fix radio and announcement volume being tied by Happyrobot33 · Pull Request #549 · ss14Starlight/space-station-14 (original) (raw)
Short description
This fixes a issue with the TTS volume via radio and announcements. Previously. TTS Messages over radio would always use the announce volume, even if they were a announcement. My change made this even weirder due to skipping the que making it use the radio volume instead. now the behaviour is consistent and it will use the radio and announcement sliders individually
Why we need to add this
Fixes a long broken issue with the TTS Volume sliders
Media (Video/Screenshots)
Checks
- I do not require assistance to complete the PR.
- Before posting/requesting review of a PR, I have verified that the changes work.
- I have added screenshots/videos of the changes, or this PR does not change in-game mechanics.
- I affirm that my changes are licensed under the Starlight Fork License and grant permission for use in this repository under its conditions.
Changelog
🆑 Happyrobot33
- fix: Fixed TTS Announce/Radio volume slider logic. Both should work properly now.