diff --git a/bot.js b/bot.js index b856242..c66b487 100644 --- a/bot.js +++ b/bot.js @@ -1218,7 +1218,7 @@ const resourceProduction = async () => { } = enterprise; // Расчёт добытых ресурсов - const producedResources = efficiency * level; + const producedResources = efficiency; // Проверяем ёмкость склада предприятия if (currentResources + producedResources <= warehouseCapacity) {