mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
Removed dev/debugging parameters
This commit is contained in:
parent
f8c987a2c0
commit
629e2eb425
3
dist/bundle.js
vendored
3
dist/bundle.js
vendored
@ -42828,8 +42828,7 @@ Industry.prototype.processProducts = function(marketCycles=1, corporation) {
|
|||||||
office.employeeProd[EmployeePositions.Operations] / total +
|
office.employeeProd[EmployeePositions.Operations] / total +
|
||||||
office.employeeProd[EmployeePositions.Management] / 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) {
|
if (prod.prog >= 100) {
|
||||||
prod.finishProduct(office.employeeProd, this);
|
prod.finishProduct(office.employeeProd, this);
|
||||||
}
|
}
|
||||||
|
@ -1275,8 +1275,7 @@ Industry.prototype.processProducts = function(marketCycles=1, corporation) {
|
|||||||
office.employeeProd[EmployeePositions.Operations] / total +
|
office.employeeProd[EmployeePositions.Operations] / total +
|
||||||
office.employeeProd[EmployeePositions.Management] / 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) {
|
if (prod.prog >= 100) {
|
||||||
prod.finishProduct(office.employeeProd, this);
|
prod.finishProduct(office.employeeProd, this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user