projects
/
Questionable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3430ae
)
Fix skip.NotTargetable/skipExtraConditions not being considered if no other skips...
author
Liza Carvelli
<liza@carvel.li>
Thu, 1 Aug 2024 16:02:19 +0000
(18:02 +0200)
committer
Liza Carvelli
<liza@carvel.li>
Thu, 1 Aug 2024 16:02:19 +0000
(18:02 +0200)
Questionable.Model/V1/SkipStepConditions.cs
patch
|
blob
|
blame
|
history
diff --git
a/Questionable.Model/V1/SkipStepConditions.cs
b/Questionable.Model/V1/SkipStepConditions.cs
index 9186515db01f7a858baa2c37c848066a8baa3a1d..5f15ca98febc25996bd1d4acdccee3e9391052fd 100644
(file)
--- a/
Questionable.Model/V1/SkipStepConditions.cs
+++ b/
Questionable.Model/V1/SkipStepConditions.cs
@@
-24,11
+24,13
@@
public sealed class SkipStepConditions
return (CompletionQuestVariablesFlags.Count > 6 && CompletionQuestVariablesFlags.Any(x => x != null)) ||
Flying != null ||
Chocobo != null ||
+ NotTargetable ||
InTerritory.Count > 0 ||
NotInTerritory.Count > 0 ||
Item != null ||
QuestsAccepted.Count > 0 ||
- QuestsCompleted.Count > 0;
+ QuestsCompleted.Count > 0 ||
+ ExtraCondition != null;
}
public override string ToString()