We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975c905 commit cc0b345Copy full SHA for cc0b345
Content.Server/Speech/SpeechNoiseSystem.cs
@@ -60,7 +60,7 @@ public override void Initialize()
60
61
private void OnEntitySpoke(EntityUid uid, SpeechComponent component, EntitySpokeEvent args)
62
{
63
- if (component.SpeechSounds == null)
+ if (component.SpeechSounds == null || !args.Language.SpeechOverride.RequireSpeech)
64
return;
65
66
var currentTime = _gameTiming.CurTime;
0 commit comments