смешное

This commit is contained in:
BIGZi0348
2025-01-11 23:59:36 +03:00
parent e70d9d33dc
commit 943b361692
4 changed files with 63 additions and 34 deletions

View File

@@ -71,6 +71,12 @@ public sealed class SlurredSystem : SharedSlurredSystem
'a' => "ah",
'u' => "oo",
'c' => "k",
// WD EDIT START
'о' => "а",
'к' => "кх",
'щ' => "шч",
'ц' => "тс",
// WD EDIT END
_ => $"{character}",
};
@@ -90,7 +96,7 @@ public sealed class SlurredSystem : SharedSlurredSystem
}
}
if (!_random.Prob(scale * 3/20))
if (!_random.Prob(scale * 3 / 20))
{
sb.Append(character);
continue;