Merge economics with current

This commit is contained in:
Peter 2022-11-23 22:08:41 -05:00
parent f17bc1e3af
commit c24a786519
6 changed files with 228 additions and 3 deletions

View file

@ -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();