Skip to content

Commit

Permalink
fix: Check bank for belt in Shilo Village (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz authored Oct 22, 2024
1 parent da0b686 commit f343c22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public Map<Integer, QuestStep> loadSteps()
Map<Integer, QuestStep> steps = new HashMap<>();

ConditionalStep goStartQuest = new ConditionalStep(this, talkToMosol);
goStartQuest.addStep(belt, useBeltOnTrufitus);
goStartQuest.addStep(belt.alsoCheckBank(questBank), useBeltOnTrufitus);
steps.put(0, goStartQuest);

steps.put(1, useSpadeOnGround);
Expand Down

0 comments on commit f343c22

Please sign in to comment.