fixed missing characters in OwO accent (#29047)

replaced two characters with ones that actually show up ingame
This commit is contained in:
Moomoobeef
2024-07-10 00:25:24 -05:00
committed by GitHub
parent eef6f92012
commit 3f2793c179

View File

@@ -8,7 +8,7 @@ namespace Content.Server.Speech.EntitySystems
[Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly IRobustRandom _random = default!;
private static readonly IReadOnlyList<string> Faces = new List<string>{ private static readonly IReadOnlyList<string> Faces = new List<string>{
" (`ω´)", " ;;w;;", " owo", " UwU", " >w<", " ^w^" " (`ω´)", " ;;w;;", " owo", " UwU", " >w<", " ^w^"
}.AsReadOnly(); }.AsReadOnly();
private static readonly IReadOnlyDictionary<string, string> SpecialWords = new Dictionary<string, string>() private static readonly IReadOnlyDictionary<string, string> SpecialWords = new Dictionary<string, string>()