[feat] Emote panel, monkey rsi fix

This commit is contained in:
rhailrake
2023-04-28 05:08:05 +06:00
committed by Aviu00
parent 07bc0bb754
commit c71ac26fdc
21 changed files with 338 additions and 241 deletions

View File

@@ -23,6 +23,8 @@ public partial class ChatSystem
var emotes = _prototypeManager.EnumeratePrototypes<EmotePrototype>();
foreach (var emote in emotes)
{
if (emote.ChatTriggers == null)
continue;
foreach (var word in emote.ChatTriggers)
{
var lowerWord = word.ToLower();