mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-29 13:12:11 +00:00
make atom bomb cheaper
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user