Skip to content

Commit

Permalink
localize slurred accent (space-syndicate#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Sep 19, 2023
1 parent 1187efe commit ae29a31
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 @@ -66,6 +66,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 ae29a31

Please sign in to comment.