master #4

Merged
cacahuetes merged 75 commits from liza/Questionable:master into master 2024-09-02 21:50:11 +00:00
Showing only changes of commit 7c62a85a8a - Show all commits

View File

@ -724,7 +724,7 @@ internal sealed class QuestController : MiniTaskController<QuestController>, IDi
return false;
var (currentQuest, type) = details.Value;
if (type != ECurrentQuestType.Normal)
if (type != ECurrentQuestType.Normal || currentQuest.Sequence == 0)
return false;
if (currentQuest.Quest.Info.AlliedSociety != EAlliedSociety.None)