make atom bomb cheaper

This commit is contained in:
Evan
2024-12-21 13:24:56 -08:00
parent 2e2eea82e9
commit f1119858e0
+1 -1
View File
@@ -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: