salesTax to depend on state form

This commit is contained in:
Azgaar 2021-08-14 11:56:40 +03:00 committed by Peter
parent 0d7a509980
commit 30c6c09cee
3 changed files with 6 additions and 6 deletions

View file

@ -720,6 +720,10 @@ async function generate(options) {
BurgsAndStates.generate();
Religions.generate();
BurgsAndStates.defineStateForms();
BurgsAndStates.defineTaxes();
Production.collectResources();
Trade.defineCenters();
@ -730,9 +734,6 @@ async function generate(options) {
pack.cells.road = new Uint16Array(pack.cells.i.length);
pack.cells.crossroad = new Uint16Array(pack.cells.i.length);
Religions.generate();
BurgsAndStates.defineStateForms();
BurgsAndStates.generateProvinces();
BurgsAndStates.defineBurgFeatures();
BurgsAndStates.defineTaxes();