mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 10:13:14 +00:00
make h-bomb smaller, make mirv 15 million
This commit is contained in:
@@ -142,7 +142,7 @@ export class DefaultConfig implements Config {
|
||||
cost: (p: Player) =>
|
||||
p.type() == PlayerType.Human && this.creativeMode()
|
||||
? 0
|
||||
: 10_000_000,
|
||||
: 15_000_000,
|
||||
territoryBound: false,
|
||||
};
|
||||
case UnitType.MIRVWarhead:
|
||||
|
||||
Reference in New Issue
Block a user