mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-18 09:14:09 +00:00
bugfix: make port 125k
This commit is contained in:
@@ -135,7 +135,7 @@ export class DefaultConfig implements Config {
|
|||||||
Math.pow(
|
Math.pow(
|
||||||
2,
|
2,
|
||||||
p.unitsIncludingConstruction(UnitType.Port).length,
|
p.unitsIncludingConstruction(UnitType.Port).length,
|
||||||
) * 125_00,
|
) * 125_000,
|
||||||
),
|
),
|
||||||
territoryBound: true,
|
territoryBound: true,
|
||||||
constructionDuration: this.creativeMode() ? 0 : 2 * 10,
|
constructionDuration: this.creativeMode() ? 0 : 2 * 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user