From: Liza Carvelli Date: Sat, 31 Aug 2024 19:50:50 +0000 (+0200) Subject: Fix emote use in 'Familiar Faces' once and for all X-Git-Tag: v2.20~12 X-Git-Url: https://git.jacobcasper.com/?a=commitdiff_plain;h=d76242adfe4fec11d0d40fa949634645c216d328;p=Questionable.git Fix emote use in 'Familiar Faces' once and for all --- diff --git a/Questionable/Controller/Steps/Interactions/Emote.cs b/Questionable/Controller/Steps/Interactions/Emote.cs index 940aabb1..8a5db80e 100644 --- a/Questionable/Controller/Steps/Interactions/Emote.cs +++ b/Questionable/Controller/Steps/Interactions/Emote.cs @@ -14,7 +14,8 @@ internal static class Emote { public IEnumerable CreateAllTasks(Quest quest, QuestSequence sequence, QuestStep step) { - if (step.InteractionType is EInteractionType.AcceptQuest or EInteractionType.CompleteQuest) + if (step.InteractionType is EInteractionType.AcceptQuest or EInteractionType.CompleteQuest + or EInteractionType.SinglePlayerDuty) { if (step.Emote == null) return [];