From 62057cf783be01a409c63a52d65dc037ba7f63d2 Mon Sep 17 00:00:00 2001 From: Evan Date: Sat, 22 Mar 2025 08:42:57 -0700 Subject: [PATCH] update MIRV to 20M --- 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 2a9bece6f..8fcacc1c5 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 - : 15_000_000, + : 20_000_000, territoryBound: false, }; case UnitType.MIRVWarhead: