Skip to content

Commit

Permalink
The Golem: Add missing "Use implement" step to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored and Zoinkwiz committed Nov 29, 2023
1 parent a599fd7 commit eff6cca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public List<PanelDetails> getPanels()
talkToCurator, pickpocketCurator, goUpInMuseum, openCabinet)));
allSteps.add(new PanelDetails("Opening the portal", Arrays.asList(enterRuin, useStatuette, turnStatue1,
enterThroneRoom, leaveThroneRoom, talkToGolemAfterPortal, pickBlackMushroom, grindMushroom,
stealFeather, useFeatherOnInk, useQuillOnPapyrus, useProgramOnGolem), vial, pestleAndMortar, papyrus));
stealFeather, useFeatherOnInk, useQuillOnPapyrus, useImplementOnGolem, useProgramOnGolem), vial, pestleAndMortar, papyrus));

return allSteps;
}
Expand Down

0 comments on commit eff6cca

Please sign in to comment.