From 459160376e9d3baa5676c8398f33582a91fdfdad Mon Sep 17 00:00:00 2001 From: evanpelle Date: Fri, 20 Sep 2024 20:31:13 -0700 Subject: [PATCH] updated win condition from 80% -> 95% tiles owned --- src/core/configuration/DefaultConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configuration/DefaultConfig.ts b/src/core/configuration/DefaultConfig.ts index ac5c5489f..e9a3bac5e 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -8,7 +8,7 @@ import {pastelTheme} from "./PastelTheme"; export class DefaultConfig implements Config { percentageTilesOwnedToWin(): number { - return 80 + return 95 } boatMaxNumber(): number { return 3