Removed dev/debugging parameters

This commit is contained in:
danielyxie
2018-03-03 17:58:05 -06:00
parent f8c987a2c0
commit 629e2eb425
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -42828,8 +42828,7 @@ Industry.prototype.processProducts = function(marketCycles=1, corporation) {
office.employeeProd[EmployeePositions.Operations] / total +
office.employeeProd[EmployeePositions.Management] / total;
}
prod.createProduct(marketCycles, ratio * Math.pow(total, 1));
//prod.createProduct(marketCycles, ratio * Math.pow(total, 0.3));
prod.createProduct(marketCycles, ratio * Math.pow(total, 0.3));
if (prod.prog >= 100) {
prod.finishProduct(office.employeeProd, this);
}