From: Jackson <9527380+Jaksuhn@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:23:32 +0000 (+0100) Subject: down with the whitelist system X-Git-Tag: v5.21~6^2~2 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=7afaa44bb103b9cd6f21bebfc84de9c16c6f5629;p=Questionable.git down with the whitelist system --- diff --git a/QuestPaths/quest-v1.json b/QuestPaths/quest-v1.json index 0d33cca5..1045683c 100644 --- a/QuestPaths/quest-v1.json +++ b/QuestPaths/quest-v1.json @@ -935,7 +935,8 @@ "laugh", "greeting", "angry", - "unbound" + "unbound", + "congratulate" ] } } diff --git a/Questionable.Model/Questing/Converter/EmoteConverter.cs b/Questionable.Model/Questing/Converter/EmoteConverter.cs index 576a77e5..c773b72d 100644 --- a/Questionable.Model/Questing/Converter/EmoteConverter.cs +++ b/Questionable.Model/Questing/Converter/EmoteConverter.cs @@ -47,5 +47,6 @@ public sealed class EmoteConverter() : EnumConverter(Values) { EEmote.Greeting, "greeting" }, { EEmote.Uchiwasshoi, "uchiwasshoi" }, { EEmote.Unbound, "unbound" }, + { EEmote.Congratulate, "congratulate" }, }; } diff --git a/Questionable.Model/Questing/EEmote.cs b/Questionable.Model/Questing/EEmote.cs index 7855bd15..c228fbf3 100644 --- a/Questionable.Model/Questing/EEmote.cs +++ b/Questionable.Model/Questing/EEmote.cs @@ -25,6 +25,7 @@ public enum EEmote Me = 23, Deny = 25, Poke = 28, + Congratulate = 29, Psych = 30, Salute = 31, Rally = 34, @@ -38,7 +39,7 @@ public enum EEmote ImperialSalute = 59, Pet = 105, Slap = 111, - SundropDance = 120, + SundropDance = 120, BattleStance = 121, VictoryPose = 122, MogDance = 126,