forked from liza/Questionable
Make sequence 0 non-interruptible, as you otherwise get quests with a lower priority than the MSQ
This commit is contained in:
parent
7f348207d3
commit
7c62a85a8a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user