From 8a56c4a0cee09c5e124c273dbd00a30503203647 Mon Sep 17 00:00:00 2001 From: evanpelle Date: Sat, 19 Jul 2025 09:42:40 -0700 Subject: [PATCH] make mirve 25 million --- 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 26283f580..6fb6467c5 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -435,7 +435,7 @@ export class DefaultConfig implements Config { cost: (p: Player) => p.type() === PlayerType.Human && this.infiniteGold() ? 0n - : 35_000_000n, + : 25_000_000n, territoryBound: false, }; case UnitType.MIRVWarhead: