From f1119858e0d4ddd77b849821e22ac161c98e7fbe Mon Sep 17 00:00:00 2001 From: Evan Date: Sat, 21 Dec 2024 13:24:56 -0800 Subject: [PATCH] make atom bomb cheaper --- 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 6dff9de70..f9c811370 100644 --- a/src/core/configuration/DefaultConfig.ts +++ b/src/core/configuration/DefaultConfig.ts @@ -84,7 +84,7 @@ export abstract class DefaultConfig implements Config { } case UnitType.AtomBomb: return { - cost: () => 1_000_000, + cost: () => 500_000, territoryBound: false } case UnitType.HydrogenBomb: