make atom bombs 750k again

This commit is contained in:
Evan
2025-04-06 09:11:13 -07:00
parent 5f364adc33
commit 89fb1c0f14
+1 -1
View File
@@ -268,7 +268,7 @@ export class DefaultConfig implements Config {
case UnitType.AtomBomb: case UnitType.AtomBomb:
return { return {
cost: (p: Player) => cost: (p: Player) =>
p.type() == PlayerType.Human && this.infiniteGold() ? 0 : 500_000, p.type() == PlayerType.Human && this.infiniteGold() ? 0 : 750_000,
territoryBound: false, territoryBound: false,
}; };
case UnitType.HydrogenBomb: case UnitType.HydrogenBomb: