Increase price of atom bomb to 750k

This commit is contained in:
Evan
2024-12-30 20:27:44 -08:00
parent 309ee84246
commit 0553a56c06
+1 -1
View File
@@ -106,7 +106,7 @@ export class DefaultConfig implements Config {
}
case UnitType.AtomBomb:
return {
cost: () => 500_000,
cost: () => 750_000,
territoryBound: false
}
case UnitType.HydrogenBomb: