From: Moomoobeef <62638182+Moomoobeef@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:25:24 +0000 (-0500) Subject: fixed missing characters in OwO accent (#29047) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3f2793c17987f6f792d0633a2346e11122ed2935;p=space-station-14.git fixed missing characters in OwO accent (#29047) replaced two characters with ones that actually show up ingame --- diff --git a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs index cac3debe81..2b3d5aa3d4 100644 --- a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs @@ -8,7 +8,7 @@ namespace Content.Server.Speech.EntitySystems [Dependency] private readonly IRobustRandom _random = default!; private static readonly IReadOnlyList Faces = new List{ - " (・`ω´・)", " ;;w;;", " owo", " UwU", " >w<", " ^w^" + " (•`ω´•)", " ;;w;;", " owo", " UwU", " >w<", " ^w^" }.AsReadOnly(); private static readonly IReadOnlyDictionary SpecialWords = new Dictionary()