Skip to content

Commit

Permalink
feat(sprinklers): increase sprinkler range at level 25
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Apr 19, 2024
1 parent 9cf2a45 commit 8c395fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/levels.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ levels[24] = {
unlocksShopItem: items.asparagusSeed.id,
}

levels[25] = {
increasesSprinklerRange: true,
}

levels[26] = {
unlocksShopItem: items.jalapenoSeed.id,
}
Expand Down

0 comments on commit 8c395fe

Please sign in to comment.