Skip to content

Commit

Permalink
Update BarkAccentSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShuEd authored Dec 17, 2023
1 parent b96b324 commit a59a5a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content.Server/Speech/EntitySystems/BarkAccentSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ public sealed class BarkAccentSystem : EntitySystem
[Dependency] private readonly IRobustRandom _random = default!;

private static readonly IReadOnlyList<string> Barks = new List<string>{
//Corvax-Localization-Start
// Corvax-Localization
" Гав!", " ГАВ", " вуф-вуф"
//Corvax-Localization-End
}.AsReadOnly();

private static readonly IReadOnlyDictionary<string, string> SpecialWords = new Dictionary<string, string>()
Expand Down

0 comments on commit a59a5a8

Please sign in to comment.