Skip to content

Commit

Permalink
Fixed bug in gunsmith condition logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScidaJ committed Dec 11, 2024
1 parent a31da10 commit 7514fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class QuestConditionAdjuster implements IPostDBLoadMod {
),
);
}
if (replaceTask)
if (!replaceTask)
newConditions = [
...quest.conditions.AvailableForFinish,
...newConditions,
Expand Down

0 comments on commit 7514fea

Please sign in to comment.