diff --git a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs index b9f0e4ba33..e33d7248e9 100644 --- a/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs +++ b/Content.Server/Speech/EntitySystems/OwOAccentSystem.cs @@ -9,7 +9,7 @@ namespace Content.Server.Speech.EntitySystems private static readonly IReadOnlyList Faces = new List{ //WD-EDIT - " (`ω´)", " ;;w;;", " owo", " UwU", " >w<", " ^w^" + " (•`ω´•)", " ;;w;;", " owo", " UwU", " >w<", " ^w^" //WD-EDIT }.AsReadOnly();