forked from mirrors/0ad
Increase home island size on River Archipelago
With some settings mines weren't able to be placed. Refs: #8579
This commit is contained in:
@@ -136,7 +136,7 @@ export function* generateMap(mapSettings)
|
||||
const playerIDs = randBool() ? sortAllPlayers() : primeSortAllPlayers();
|
||||
|
||||
g_Map.log("Ensuring player territory");
|
||||
const playerRadius = scaleByMapSize(12, 20);
|
||||
const playerRadius = scaleByMapSize(15, 20);
|
||||
for (let i = 0; i < numPlayers; ++i)
|
||||
createArea(
|
||||
new ChainPlacer(1, 6, 40, 1, playerPosition[i], 0, [Math.floor(playerRadius)]),
|
||||
|
||||
Reference in New Issue
Block a user