diff --git a/src/ggwp/index.ts b/src/ggwp/index.ts index c266872..32d925a 100644 --- a/src/ggwp/index.ts +++ b/src/ggwp/index.ts @@ -166,7 +166,7 @@ export function computeScoreboardState(game: Game, rawActions: Action[]): Scoreb if (2 <= N && N < 3.5) { teamBonus = 5 } else if (3.5 <= N && N < 5.5) { - teamBonus = 10 + teamBonus = 15 } else if (5.5 <= N) { teamBonus = 30 }