Skip to content

Commit

Permalink
chore: I have confirmed the "return to alba" step works
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Oct 1, 2024
1 parent 6786dda commit 9b96b50
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ public void setupSteps()
returnToAlba.addSubSteps(exitWolfDen);
var needToReturnToAlba = new VarbitRequirement(11184, 3);
// 11184 3->4 after returning to alba
// TODO: Confirm the return to alba step works
solveSupplyChainIssues = new ConditionalStep(this, returnToAlba);
solveSupplyChainIssues.addStep(pinPadOpen, enterCodeWrapper);
solveSupplyChainIssues.addStep(needToSendSpicesFromSpiceMerchant, talkToSpiceMerchantInBazaar);
Expand Down

0 comments on commit 9b96b50

Please sign in to comment.