Skip to content

Commit

Permalink
silicons whisper into radio, so fix double tts (#239)
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 29, 2024
1 parent b5df769 commit 3e9985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_bandastation/tts/code/tts_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
location = parent
if(effect == /datum/singleton/sound_effect/radio)
is_local = FALSE
if(listener == speaker && !issilicon(parent)) // don't hear both radio and whisper from yourself
if(listener == speaker) // don't hear both radio and whisper from yourself
return

effect = get_effect(effect)
Expand Down

0 comments on commit 3e9985f

Please sign in to comment.