projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7348cee
)
Never interrupt quests that are added to the manual priority window
author
Liza Carvelli
<liza@carvel.li>
Mon, 9 Sep 2024 17:42:25 +0000
(19:42 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Mon, 9 Sep 2024 17:42:25 +0000
(19:42 +0200)
Questionable/Controller/QuestController.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable/Controller/QuestController.cs
b/Questionable/Controller/QuestController.cs
index 2fcef5eba9280cd90eef7c43c5673ab3286699fc..8cb18d2e220bb41e7df69f3fc611a2a98a8a6b4d 100644
(file)
--- a/
Questionable/Controller/QuestController.cs
+++ b/
Questionable/Controller/QuestController.cs
@@
-727,6
+727,9
@@
internal sealed class QuestController : MiniTaskController<QuestController>, IDi
if (type != ECurrentQuestType.Normal || currentQuest.Sequence == 0)
return false;
+ if (ManualPriorityQuests.Contains(currentQuest.Quest))
+ return false;
+
if (currentQuest.Quest.Info.AlliedSociety != EAlliedSociety.None)
return false;