Skip to content

Commit

Permalink
Remove 20,000 Leagues recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau committed Feb 29, 2024
1 parent 8f41a55 commit c5111b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions tools/clean.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,15 @@ async function main() {
data.attempted.splice(i, 1)
i--
}
if (A == "20" || B == "20" || C == "20" || A == "000 Leagues Under the Sea" || B == "000 Leagues Under the Sea" || C == "000 Leagues Under the Sea") {
console.log(data.attempted[i])
data.attempted.splice(i, 1)
i--
}
}



save(data.attempted, data.costs, data.icons)
}

Expand Down
2 changes: 1 addition & 1 deletion web/data/data.json

Large diffs are not rendered by default.

0 comments on commit c5111b4

Please sign in to comment.