Skip to content

Commit

Permalink
Update pick order.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe authored Apr 26, 2024
1 parent aa4f259 commit 3158ae5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/data.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export const pickOrder = [
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12, 11, 10, 9, 8, 7, 6, 5, 4, 1, 2, 3,
7, 6, 2, 3, 1, 4, 5, 10, 11, 12, 9, 8, 1, 2, 9, 8, 12, 11, 10, 3, 4, 5, 7, 6,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
10, 11, 12, 9, 8, 7, 6, 5, 4, 3, 2, 1,
5, 3, 4, 6, 7, 2, 1, 12, 11, 8, 9, 10,
1, 2, 8, 9, 10, 12, 11, 4, 3, 7, 6, 5
].map((n) => n - 1);

const captains = [
Expand Down

0 comments on commit 3158ae5

Please sign in to comment.