Skip to content

Commit

Permalink
fix: prevent Olive Seed from being available at the start of the game (
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn authored Jan 13, 2023
1 parent 88fa8d5 commit 780764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/levels.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ levels[36] = {
}

levels[38] = {
unlocksShopItem: items.olive.id,
unlocksShopItem: items.oliveSeed.id,
}

levels[40] = {
Expand Down

0 comments on commit 780764f

Please sign in to comment.