Skip to content

Commit

Permalink
Update crescendo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBottone authored Aug 25, 2024
1 parent 7f2941e commit b6dbc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/field/crescendo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { GoogleSpreadsheetRow } from "google-spreadsheet";
import type { Match } from "../match/crescendo";

const MELODY_BONUS_RP = 30;
const ENSEMBLE_BONUS_RP = 10;
const ENSEMBLE_BONUS_RP = 15;

export async function getMatchData(
scheduledMatch: GoogleSpreadsheetRow,
Expand Down

0 comments on commit b6dbc94

Please sign in to comment.