Skip to content

Commit

Permalink
remove robotic sfx from priority announcement tts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed Jul 21, 2024
1 parent b762927 commit 7b94dbe
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 7b94dbe

Please sign in to comment.