mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
salesTax to depend on state form
This commit is contained in:
parent
0d7a509980
commit
30c6c09cee
3 changed files with 6 additions and 6 deletions
7
main.js
7
main.js
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue