Closed bahrmichael closed 9 months ago
Currently we show a warning, if you don't have the right amount of lower tier houses compared to the higher tier houses.
We also have an absolute lower number, that we should also display.
local residentialCount = ((city.buildingCounts or {})["residential"] or 0) if residentialCount < 20 then return false end
local simpleCount = ((city.buildingCounts or {})["simple"] or 0) if simpleCount < 20 then return false end
Fixed
Currently we show a warning, if you don't have the right amount of lower tier houses compared to the higher tier houses.
We also have an absolute lower number, that we should also display.