From 3b85a2388a2094c71f7aeb54ec9f39c80230864a Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:30:24 +0100 Subject: [PATCH] Update MothAccentSystem.cs --- Content.Server/Speech/EntitySystems/MothAccentSystem.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Content.Server/Speech/EntitySystems/MothAccentSystem.cs b/Content.Server/Speech/EntitySystems/MothAccentSystem.cs index d7687a93c61..9f18011bbfc 100644 --- a/Content.Server/Speech/EntitySystems/MothAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/MothAccentSystem.cs @@ -1,11 +1,14 @@ using System.Text.RegularExpressions; using Content.Server.Speech.Components; -using Robust.Shared.Random; // Corvax-Accent +using Robust.Shared.Random; // Corvax-Localization namespace Content.Server.Speech.EntitySystems; public sealed class MothAccentSystem : EntitySystem { + + [Dependency] private readonly IRobustRandom _random = default!; // Corvax-Localization + public override void Initialize() { base.Initialize();