[tweak] accent adaptation

This commit is contained in:
rhailrake
2023-04-23 18:30:37 +06:00
committed by Remuchi
parent 423c3db243
commit c4f378b4a8
6 changed files with 88 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ namespace Content.Server.Speech.EntitySystems
[Dependency] private readonly IRobustRandom _random = default!;
// Regex of characters to stutter.
private static readonly Regex Stutter = new(@"[b-df-hj-np-tv-wxyz]",
private static readonly Regex Stutter = new(@"[b-df-hj-np-tv-wxyz-б-вд-к-лмн-прст]", // WD-EDIT
RegexOptions.Compiled | RegexOptions.IgnoreCase);
public override void Initialize()