mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 14:41:35 +00:00
increment MIRV gold by 25M
This commit is contained in:
@@ -492,7 +492,7 @@ export class DefaultConfig implements Config {
|
||||
if (player.type() === PlayerType.Human && this.infiniteGold()) {
|
||||
return 0n;
|
||||
}
|
||||
return 25_000_000n + game.stats().numMirvsLaunched() * 15_000_000n;
|
||||
return 25_000_000n + game.stats().numMirvsLaunched() * 25_000_000n;
|
||||
},
|
||||
territoryBound: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user