Skip to content

Commit

Permalink
add treeGnomeVillageDungeonKey as a requirement to starting off
Browse files Browse the repository at this point in the history
not tested
  • Loading branch information
pajlada committed Oct 1, 2023
1 parent 0245393 commit 47f11a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public List<PanelDetails> getPanels()
var startingOffPanel = new PanelDetails(
"Starting off",
startingOff.getSteps(),
List.of(freeInventorySlots)
List.of(freeInventorySlots, treeGnomeVillageDungeonKey)
);

var unveilTheEvilCreature = new PanelDetails(
Expand Down

0 comments on commit 47f11a8

Please sign in to comment.