Hi, glad to see the bot is back online 🙂
I noticed an issue with how the total number of production buildings is calculated in the production list.
Right now, it seems like the bot sums the raw (non-rounded) values of buildings and only then displays the total. Because of that, the final number of buildings is not accurate.
The expected behavior would be:
First, round up the number of buildings for each item (ceil).
Then, sum these rounded values to get the correct total.
This should produce a more accurate total number of required production buildings.
