diff --git a/Content.Server/Speech/EntitySystems/SlurredSystem.cs b/Content.Server/Speech/EntitySystems/SlurredSystem.cs index 6be8c15acaf..82b08744fb7 100644 --- a/Content.Server/Speech/EntitySystems/SlurredSystem.cs +++ b/Content.Server/Speech/EntitySystems/SlurredSystem.cs @@ -66,6 +66,11 @@ private string Accentuate(string message, float scale) 'a' => "ah", 'u' => "oo", 'c' => "k", + // Corvax-Localization Start + 'о' => "а", + 'к' => "кх", + 'ш' => "шч", + // Corvax-Localization End _ => $"{character}", };