fix: bug fixes, 3d mode controls change to MapContol

This commit is contained in:
Azgaar 2025-11-28 15:11:11 +01:00
parent 07d0729cfc
commit 34b880e10f
19 changed files with 398 additions and 182 deletions

View file

@ -200,6 +200,7 @@ window.Submap = (function () {
// it's safe to recalculate.
stage("Regenerating Biome");
Biomes.define();
Features.defineGroups();
// recalculate suitability and population
// TODO: normalize according to the base-map
rankCells();
@ -259,7 +260,7 @@ window.Submap = (function () {
regenerateRoutes();
Rivers.specify();
Features.specify();
Lakes.defineNames();
stage("Porting military");
for (const s of pack.states) {