Skip to content

Commit

Permalink
Update LizardAccentSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Dec 5, 2023
1 parent d87f940 commit 92f2102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Speech/EntitySystems/LizardAccentSystem.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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 LizardAccentSystem : EntitySystem
{
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly IRobustRandom _random = default!; // Corvax-Localization

public override void Initialize()
{
Expand Down

0 comments on commit 92f2102

Please sign in to comment.