mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 10:00:44 +00:00
updated win condition from 80% -> 95% tiles owned
This commit is contained in:
@@ -8,7 +8,7 @@ import {pastelTheme} from "./PastelTheme";
|
||||
|
||||
export class DefaultConfig implements Config {
|
||||
percentageTilesOwnedToWin(): number {
|
||||
return 80
|
||||
return 95
|
||||
}
|
||||
boatMaxNumber(): number {
|
||||
return 3
|
||||
|
||||
Reference in New Issue
Block a user