mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
Merge economics with current
This commit is contained in:
parent
f17bc1e3af
commit
c24a786519
6 changed files with 228 additions and 3 deletions
4
main.js
4
main.js
|
|
@ -739,8 +739,8 @@ async function generate(options) {
|
|||
Trade.importGoods();
|
||||
|
||||
// temp, replace with route generator
|
||||
pack.cells.road = new Uint16Array(pack.cells.i.length);
|
||||
pack.cells.crossroad = new Uint16Array(pack.cells.i.length);
|
||||
// pack.cells.road = new Uint16Array(pack.cells.i.length);
|
||||
// pack.cells.crossroad = new Uint16Array(pack.cells.i.length);
|
||||
|
||||
Religions.generate();
|
||||
BurgsAndStates.defineStateForms();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue