From ea591019a347ec235dd90dbacb7924df462ef1e9 Mon Sep 17 00:00:00 2001 From: Degradin Date: Sun, 12 Jan 2025 21:48:03 +0300 Subject: [PATCH] Update bot.js Enterprice efficienty fix --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {