mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
Removed dev/debugging parameters
This commit is contained in:
Vendored
+1
-2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user