From 0553a56c060efd37460479a8532b0feec5222fa4 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 30 Dec 2024 20:27:44 -0800 Subject: [PATCH] Increase price of atom bomb to 750k --- 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 47522f49f..9c4ce82db 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -106,7 +106,7 @@ export class DefaultConfig implements Config { } case UnitType.AtomBomb: return { - cost: () => 500_000, + cost: () => 750_000, territoryBound: false } case UnitType.HydrogenBomb: