fixed missing characters in OwO accent (#29047)
replaced two characters with ones that actually show up ingame
This commit is contained in:
@@ -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>()
|
||||||
|
|||||||
Reference in New Issue
Block a user