forked from liza/Questionable
Fix emote use in 'Familiar Faces' once and for all
This commit is contained in:
parent
c193789d3c
commit
d76242adfe
@ -14,7 +14,8 @@ internal static class Emote
|
||||
{
|
||||
public IEnumerable<ITask> 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 [];
|
||||
|
Loading…
Reference in New Issue
Block a user