Skip to content

Commit

Permalink
Heroes' Quest: Add missing sidepanel step for Phoenix Gang members
Browse files Browse the repository at this point in the history
This could technically be baked into the "Talk to Straven" step, but having clear directions at the beginning of a new
side panel category is nice imo.
  • Loading branch information
pajlada authored and Zoinkwiz committed Nov 29, 2023
1 parent bce40d9 commit 32068c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ public List<PanelDetails> getPanels()
else
{
thirdPanel = new PanelDetails("Get thieves' armband",
Arrays.asList(talkToStraven, talkToAlfonse, getKeyFromPartner, talkToCharlie, pushWall, useKeyOnDoor,
Arrays.asList(enterPhoenixBase, talkToStraven, talkToAlfonse, getKeyFromPartner, talkToCharlie, pushWall, useKeyOnDoor,
killGrip, bringCandlestickToStraven), Collections.singletonList(rangedMage),
Arrays.asList(varrockTeleport.quantity(2), brimhavenTeleport));
}
Expand Down

0 comments on commit 32068c1

Please sign in to comment.