diff --git a/Content.Shared/Silicons/Borgs/SharedBorgSystem.cs b/Content.Shared/Silicons/Borgs/SharedBorgSystem.cs index e6672a1cf2..dac6c22b0e 100644 --- a/Content.Shared/Silicons/Borgs/SharedBorgSystem.cs +++ b/Content.Shared/Silicons/Borgs/SharedBorgSystem.cs @@ -38,16 +38,15 @@ public abstract partial class SharedBorgSystem : EntitySystem SubscribeLocalEvent(OnRemoved); SubscribeLocalEvent(OnRefreshMovementSpeedModifiers); - //Honk - SubscribeLocalEvent(RandomTTS); - GenerateVoiceList(); - //Honk + // WD edit + SubscribeLocalEvent(EnsureRandomTTS); InitializeRelay(); + GenerateVoiceList(); // WD edit } - //Honk - private void RandomTTS(EntityUid uid, SharedTTSComponent component, ComponentInit args) + // Giedi added + private void EnsureRandomTTS(EntityUid uid, SharedTTSComponent component, ComponentInit args) { if (!HasComp(uid)) return;