From 56e696dfe89011dab1f83ff34b873e9cba9668ea Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 25 Nov 2024 13:05:04 +0100 Subject: [PATCH] fix: updated game rules --- src/ggwp/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }