diff --git a/Content.Server/Speech/EntitySystems/SlurredSystem.cs b/Content.Server/Speech/EntitySystems/SlurredSystem.cs index cdc5dc6f510..7e6fd896aa4 100644 --- a/Content.Server/Speech/EntitySystems/SlurredSystem.cs +++ b/Content.Server/Speech/EntitySystems/SlurredSystem.cs @@ -74,7 +74,8 @@ private string Accentuate(string message, float scale) // Corvax-Localization Start 'о' => "а", 'к' => "кх", - 'ш' => "шч", + 'щ' => "шч", + 'ц' => "тс", // Corvax-Localization End _ => $"{character}", };