Skip to content

Commit

Permalink
:trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Sep 24, 2023
1 parent 0a52f1e commit 27ebafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Speech/EntitySystems/FrontalLispSystem.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 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();
Expand Down

0 comments on commit 27ebafe

Please sign in to comment.