Skip to content

Commit

Permalink
Fix tts radio (tgstation#104)
Browse files Browse the repository at this point in the history
## About The Pull Request
Фиксит ТТС у раций

## Changelog
:cl:
fix: Рация теперь может говорить ТТС
/:cl:
  • Loading branch information
larentoun authored Apr 18, 2024
1 parent 76375be commit a94bed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_bandastation/tts/code/hear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
if(!.)
return
speaker.cast_tts(src, raw_message, effect = radio_freq ? /datum/singleton/sound_effect/radio : null)

/atom/movable/virtualspeaker/cast_tts(mob/listener, message, atom/location, is_local, effect, traits, preSFX, postSFX)
SEND_SIGNAL(source, COMSIG_ATOM_TTS_CAST, listener, message, location, is_local, effect, traits, preSFX, postSFX)

0 comments on commit a94bed3

Please sign in to comment.