From ecf76ad1e7b12bb49b2d4ae81d56b5972640ae22 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 26 Mar 2025 17:07:53 -0700 Subject: [PATCH] make MIRV 25M --- 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 8fcacc1c5..ccd8e6e52 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -227,7 +227,7 @@ export class DefaultConfig implements Config { cost: (p: Player) => p.type() == PlayerType.Human && this.infiniteGold() ? 0 - : 20_000_000, + : 25_000_000, territoryBound: false, }; case UnitType.MIRVWarhead: