mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
calculateDistances for tradeCenters
This commit is contained in:
parent
7181ba3112
commit
d4cf699310
1 changed files with 1 additions and 0 deletions
1
main.js
1
main.js
|
|
@ -727,6 +727,7 @@ async function generate(options) {
|
||||||
Production.collectResources();
|
Production.collectResources();
|
||||||
|
|
||||||
Trade.defineCenters();
|
Trade.defineCenters();
|
||||||
|
Trade.calculateDistances();
|
||||||
Trade.exportGoods();
|
Trade.exportGoods();
|
||||||
Trade.importGoods();
|
Trade.importGoods();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue