From 90138682dd7036cf4e545e915dd10cde353d54e1 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:15:53 +0100 Subject: [PATCH] Update SlurredSystem.cs --- Content.Server/Speech/EntitySystems/SlurredSystem.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}", };