Skip to content

Commit

Permalink
virtual speaker not speaks itself
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Apr 17, 2024
1 parent 22be466 commit 37a2afc
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 @@ -9,3 +9,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 37a2afc

Please sign in to comment.