mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Merge branch 'dev-economics-2' into economics-v2
This commit is contained in:
commit
80bbf5b770
2 changed files with 10 additions and 12 deletions
|
|
@ -887,6 +887,7 @@ window.BurgsAndStates = (() => {
|
|||
state.salesTax = maxTax ? rn(Math.random() * maxTax, 2) : 0;
|
||||
}
|
||||
};
|
||||
|
||||
return {
|
||||
generate,
|
||||
expandStates,
|
||||
|
|
@ -902,7 +903,6 @@ window.BurgsAndStates = (() => {
|
|||
generateDiplomacy,
|
||||
defineStateForms,
|
||||
getFullName,
|
||||
defineTaxes,
|
||||
updateCultures,
|
||||
getCloseToEdgePoint,
|
||||
defineTaxes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue