From 8e06304b7a74b5fe0ce36e458fcbc801ba988f00 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 1 Mar 2021 05:36:35 -0500
Subject: [PATCH] fix

---
 src/js/economyJS.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/js/economyJS.js b/src/js/economyJS.js
index 865263db9e7..175b9620a60 100644
--- a/src/js/economyJS.js
+++ b/src/js/economyJS.js
@@ -583,7 +583,7 @@ globalThis.calculateCosts = (function() {
 	}
 
 	function getIncubatorSlavesCosts() {
-		const facIncMultiplier = V.facilityCost * V.incubator;
+		const facIncMultiplier = V.facilityCost * V.tanks.length;
 		let costs = (facIncMultiplier * 10);
 		costs += (0.2 * V.incubatorUpgradeWeight + 0.2 * V.incubatorUpgradeMuscles +
 			0.2 * V.incubatorUpgradeReproduction + 0.2 * V.incubatorUpgradeGrowthStims +
-- 
GitLab