From b4211916f282447db96a8605165f565731535961 Mon Sep 17 00:00:00 2001 From: sofronaspe Date: Thu, 26 Sep 2024 00:20:25 -0700 Subject: [PATCH] reinstate economics logic --- index.html | 18 +++++++++--------- modules/burgs-and-states.js | 5 ++++- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index da4814fb..0d6b22e8 100644 --- a/index.html +++ b/index.html @@ -8385,19 +8385,19 @@ - + - - - - - - - - + + + + + + + + diff --git a/modules/burgs-and-states.js b/modules/burgs-and-states.js index e9beabaf..1161fd63 100644 --- a/modules/burgs-and-states.js +++ b/modules/burgs-and-states.js @@ -905,6 +905,9 @@ window.BurgsAndStates = (() => { getFullName, defineTaxes, updateCultures, - getCloseToEdgePoint + getCloseToEdgePoint, + defineTaxes, + generateProvinces, + updateCultures }; })();