sync with upstreaom #2

Open
goatzone wants to merge 581 commits from liza/Questionable:master into master
2 changed files with 161 additions and 153 deletions
Showing only changes of commit fb0180ce3b - Show all commits

View File

@ -150,7 +150,14 @@
"Z": 346.45605
},
"TerritoryId": 155,
"InteractionType": "CompleteQuest"
"InteractionType": "CompleteQuest",
"DialogueChoices": [
{
"Type": "List",
"Prompt": "TEXT_JOBDRG560_01693_Q1_000_000",
"Answer": "TEXT_JOBDRG560_01693_A1_000_002"
}
]
}
]
}

View File

@ -325,6 +325,7 @@ internal static class MoveTo
internal sealed class LandTask : ITask
{
public bool ShouldRedoOnInterrupt() => true;
public override string ToString() => "Land";
}
internal sealed class LandExecutor(IClientState clientState, ICondition condition, ILogger<LandExecutor> logger) : TaskExecutor<LandTask>