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
2e66fd444a
commit
f81c001345
3 changed files with 6 additions and 3 deletions
4
main.js
4
main.js
|
|
@ -724,6 +724,10 @@ async function generate(options) {
|
|||
|
||||
BurgsAndStates.generate();
|
||||
|
||||
Religions.generate();
|
||||
BurgsAndStates.defineStateForms();
|
||||
BurgsAndStates.defineTaxes();
|
||||
|
||||
Production.collectResources();
|
||||
|
||||
Trade.defineCenters();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue