From: James Simonson Date: Tue, 13 Feb 2024 15:43:20 +0000 (+0800) Subject: Added "wink" and "tearfully smiles" emotes + more cry emote variations (#25129) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=44ae7d234ccbea2d261e7a48d627c8fee5c59185;p=space-station-14.git Added "wink" and "tearfully smiles" emotes + more cry emote variations (#25129) Added wink and tearfully smiles emote + more cries variations --- diff --git a/Content.Server/Chat/Managers/ChatSanitizationManager.cs b/Content.Server/Chat/Managers/ChatSanitizationManager.cs index 77119eefc0..11eb67056d 100644 --- a/Content.Server/Chat/Managers/ChatSanitizationManager.cs +++ b/Content.Server/Chat/Managers/ChatSanitizationManager.cs @@ -38,6 +38,14 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager { ":>", "chatsan-grins" }, { ":<", "chatsan-pouts" }, { "xD", "chatsan-laughs" }, + { ":'(", "chatsan-cries" }, + { ":'[", "chatsan-cries" }, + { "='(", "chatsan-cries" }, + { "='[", "chatsan-cries" }, + { ")':", "chatsan-cries" }, + { "]':", "chatsan-cries" }, + { ")'=", "chatsan-cries" }, + { "]'=", "chatsan-cries" }, { ";-;", "chatsan-cries" }, { ";_;", "chatsan-cries" }, { "qwq", "chatsan-cries" }, @@ -47,6 +55,7 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager { ":i", "chatsan-sighs" }, { ":|", "chatsan-sighs" }, { ":p", "chatsan-stick-out-tongue" }, + { ";p", "chatsan-stick-out-tongue" }, { ":b", "chatsan-stick-out-tongue" }, { "0-0", "chatsan-wide-eyed" }, { "o-o", "chatsan-wide-eyed" }, @@ -69,9 +78,22 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager { "kek.", "chatsan-laughs" }, { "rofl", "chatsan-laughs" }, { "o7", "chatsan-salutes" }, + { "07", "chatsan-salutes" }, { ";_;7", "chatsan-tearfully-salutes"}, { "idk", "chatsan-shrugs" }, { "idk.", "chatsan-shrugs" }, + { ";)", "chatsan-winks" }, + { ";]", "chatsan-winks" }, + { "(;", "chatsan-winks" }, + { "[;", "chatsan-winks" }, + { ":')", "chatsan-tearfully-smiles" }, + { ":']", "chatsan-tearfully-smiles" }, + { "=')", "chatsan-tearfully-smiles" }, + { "=']", "chatsan-tearfully-smiles" }, + { "(':", "chatsan-tearfully-smiles" }, + { "[':", "chatsan-tearfully-smiles" }, + { "('=", "chatsan-tearfully-smiles" }, + { "['=", "chatsan-tearfully-smiles" }, }; private bool _doSanitize; diff --git a/Resources/Locale/en-US/chat/sanitizer-replacements.ftl b/Resources/Locale/en-US/chat/sanitizer-replacements.ftl index 23e3a491a5..d12f101ade 100644 --- a/Resources/Locale/en-US/chat/sanitizer-replacements.ftl +++ b/Resources/Locale/en-US/chat/sanitizer-replacements.ftl @@ -19,3 +19,5 @@ chatsan-waves = waves chatsan-salutes = salutes chatsan-tearfully-salutes = tearfully salutes chatsan-shrugs = shrugs +chatsan-tearfully-smiles = tearfully smiles +chatsan-winks = winks