stuttering on bloodloss and electricity damage (#294)

This commit is contained in:
Token
2024-07-03 16:17:34 +05:00
committed by GitHub
parent e9aab2b722
commit d54d27cda4

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-б-вд-к-лмн-прст]", // CP14 Change Corvax-Localization
RegexOptions.Compiled | RegexOptions.IgnoreCase);
public override void Initialize()