mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-09 02:13:20 +00:00
Revert "have MIRV target all non allied players, increase price to 25… (#181)
… million"
This reverts commit 226112beb5.
This commit is contained in:
@@ -190,8 +190,8 @@ export class DefaultConfig implements Config {
|
||||
return {
|
||||
cost: (p: Player) =>
|
||||
p.type() == PlayerType.Human && this.infiniteGold()
|
||||
? 25
|
||||
: 25_000_000,
|
||||
? 0
|
||||
: 15_000_000,
|
||||
territoryBound: false,
|
||||
};
|
||||
case UnitType.MIRVWarhead:
|
||||
|
||||
Reference in New Issue
Block a user