Skip to content

Commit

Permalink
Update SlurredSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Sep 14, 2023
1 parent 86d3149 commit 7551ab3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Content.Server/Speech/EntitySystems/SlurredSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ private string Accentuate(string message, float scale)
'a' => "ah",
'u' => "oo",
'c' => "k",
// Corvax-Localization Start
'о' => "а",
'к' => "кх",
'ш' => "шч",
// Corvax-Localization End
_ => $"{character}",
};

Expand Down

0 comments on commit 7551ab3

Please sign in to comment.