mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
2x is enough
This commit is contained in:
parent
00f48dbcdb
commit
11991cc403
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ window.Trade = (function () {
|
|||
const totalProduction = d3.sum(Object.values(produced));
|
||||
let score = Math.round(totalProduction - population);
|
||||
if (capital) score *= 2;
|
||||
if (port) score *= 3;
|
||||
if (port) score *= 2;
|
||||
return {i, score};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue