Skip to content

Commit

Permalink
Update to triple elim
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBottone committed Jun 25, 2023
1 parent 326d5b0 commit e19b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { Match } from "./match";
export const SUSTAINABILITY_BONUS_RP = 9;
export const ACTIVATION_BONUS_RP = 32;

export const PLAYOFF_MATCHES_BEFORE_FINALS = 13;
export const PLAYOFF_MATCHES_BEFORE_FINALS = 21;

export async function getMatchData(
scheduledMatch: GoogleSpreadsheetRow,
Expand Down

0 comments on commit e19b601

Please sign in to comment.