Skip to content

Commit

Permalink
Update MothAccentSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Dec 5, 2023
1 parent 92f2102 commit 3b85a23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Content.Server/Speech/EntitySystems/MothAccentSystem.cs
Original file line number Diff line number Diff line change
@@ -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();
Expand Down

0 comments on commit 3b85a23

Please sign in to comment.