Skip to content

Commit

Permalink
Merge branch 'master-ru' of git.arumoon.ru:Workbench-Team/space-stati…
Browse files Browse the repository at this point in the history
…on-14 into arumoon-server
  • Loading branch information
AruMoon committed Aug 29, 2023
2 parents 58bed57 + 6532b0b commit 6187dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Speech/EntitySystems/SlurredSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private string Accentuate(string message, float scale)
'ё' => "о",
'ч' => "щ",
_ => $"{character}",
}; // AruMoon-Localization
}; // Starshine-Localization

sb.Append(newString);
}
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Speech/EntitySystems/StutteringSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public sealed class StutteringSystem : SharedStutteringSystem
[Dependency] private readonly IRobustRandom _random = default!;

// Regex of characters to stutter.
private static readonly Regex Stutter = new(@"[b-df-hj-np-tv-wxyz-б-джзк-нп-тф-щ]", // AruMoon-Localization
private static readonly Regex Stutter = new(@"[b-df-hj-np-tv-wxyz-б-джзк-нп-тф-щ]", // Starshine-Localization
RegexOptions.Compiled | RegexOptions.IgnoreCase);

public override void Initialize()
Expand Down

0 comments on commit 6187dca

Please sign in to comment.