diff --git a/Content.Server/Speech/EntitySystems/FrontalLispSystem.cs b/Content.Server/Speech/EntitySystems/FrontalLispSystem.cs index 7856b68b8a6..c4dcdd7984d 100644 --- a/Content.Server/Speech/EntitySystems/FrontalLispSystem.cs +++ b/Content.Server/Speech/EntitySystems/FrontalLispSystem.cs @@ -1,12 +1,12 @@ using System.Text.RegularExpressions; using Content.Server.Speech.Components; -using Robust.Shared.Random; // Corvax Localization +using Robust.Shared.Random; // Corvax-Localization namespace Content.Server.Speech.EntitySystems; public sealed class FrontalLispSystem : EntitySystem { - [Dependency] private readonly IRobustRandom _random = default! // Corvax Localization + [Dependency] private readonly IRobustRandom _random = default! // Corvax-Localization public override void Initialize() { base.Initialize();