stuttering on bloodloss and electricity damage (#294)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user