Skip to content

Commit

Permalink
fix: Ensure the user doesn't *need* to buy a box trap if they already…
Browse files Browse the repository at this point in the history
… have 2 Jerboa tails
  • Loading branch information
pajlada committed Jan 26, 2025
1 parent 6ca7406 commit f775f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public Map<Integer, QuestStep> loadSteps()

ConditionalStep goFindFox = new ConditionalStep(this, buyBoxTrap);
goFindFox.addStep(inGuild, goUpTree);
goFindFox.addStep(boxTrap, talkToFox);
goFindFox.addStep(jerboaTail2OrBoxTrap, talkToFox);
steps.put(4, goFindFox);

ConditionalStep goMakePoultice = new ConditionalStep(this, takeLeaf);
Expand Down

0 comments on commit f775f4d

Please sign in to comment.