mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 01:37:43 +00:00
Increase price of atom bomb to 750k
This commit is contained in:
@@ -106,7 +106,7 @@ export class DefaultConfig implements Config {
|
||||
}
|
||||
case UnitType.AtomBomb:
|
||||
return {
|
||||
cost: () => 500_000,
|
||||
cost: () => 750_000,
|
||||
territoryBound: false
|
||||
}
|
||||
case UnitType.HydrogenBomb:
|
||||
|
||||
Reference in New Issue
Block a user