small updates

This commit is contained in:
Evan Scamehorn
2025-12-04 13:08:07 -06:00
parent 8fc551ad68
commit f3cb583836
5 changed files with 88 additions and 35 deletions

View File

@@ -288,7 +288,7 @@ export class RouteManager {
}
});
const synergy = Math.min(totalPop, totalJobs);
const GAME_BALANCE_MULTIPLIER = 5.0;
const GAME_BALANCE_MULTIPLIER = 1.0;
return Math.floor(synergy * GAME_BALANCE_MULTIPLIER);
}