adjust to align with master

This commit is contained in:
sofronaspe 2025-01-10 21:14:59 -05:00
parent b4211916f2
commit 063c440c37
3 changed files with 10 additions and 9 deletions

View file

@ -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
};
})();
})();