Skip to content

Commit

Permalink
remove robotic sfx from priority announcement tts (ss220club#441)
Browse files Browse the repository at this point in the history
## About The Pull Request

Убран роботизированный эффект с ТТСа станционных оповещений. Режет ухо и
не вижу никакого в этом смысла.

## Why It's Good For The Game

Более приятный звук у ТТСа станционных оповещений

## Changelog

:cl:
code: убиран роботизированный эффект с ТТСа станционных оповещений
/:cl:
  • Loading branch information
Gaxeer committed Jul 21, 2024
1 parent f74e46a commit 1d4b513
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/__HELPERS/priority_announce.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

/// SS220 TTS START
var/mob/living/silicon/ai/active_ai = DEFAULTPICK(active_ais(TRUE, null), null)
var/datum/tts_seed/announcement_tts_seed = active_ai ? active_ai.get_tts_seed() : /datum/tts_seed/silero/glados
var/datum/tts_seed/announcement_tts_seed = active_ai ? active_ai.get_tts_seed() : /datum/tts_seed/silero/glados
INVOKE_ASYNC(
SStts220, \
TYPE_PROC_REF(/datum/controller/subsystem/tts220, get_tts), \
Expand All @@ -210,7 +210,6 @@
announcement, \
announcement_tts_seed, \
FALSE, \
/datum/singleton/sound_effect/radio_robot, \
)
/// SS220 TTS END

Expand Down

0 comments on commit 1d4b513

Please sign in to comment.