mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
adjust to align with master
This commit is contained in:
parent
b4211916f2
commit
063c440c37
3 changed files with 10 additions and 9 deletions
|
|
@ -887,7 +887,6 @@ window.BurgsAndStates = (() => {
|
|||
state.salesTax = maxTax ? rn(Math.random() * maxTax, 2) : 0;
|
||||
}
|
||||
};
|
||||
|
||||
return {
|
||||
generate,
|
||||
expandStates,
|
||||
|
|
@ -906,8 +905,6 @@ window.BurgsAndStates = (() => {
|
|||
defineTaxes,
|
||||
updateCultures,
|
||||
getCloseToEdgePoint,
|
||||
defineTaxes,
|
||||
generateProvinces,
|
||||
updateCultures
|
||||
defineTaxes
|
||||
};
|
||||
})();
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue