mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-01 20:13:51 +01:00
CORPORATION: Fix wrong initial productionMult of new division (#1794)
This commit is contained in:
parent
faed78cf2c
commit
55627d7212
@ -67,7 +67,7 @@ export class Division {
|
|||||||
aiCoreFactor = 0;
|
aiCoreFactor = 0;
|
||||||
advertisingFactor = 0;
|
advertisingFactor = 0;
|
||||||
|
|
||||||
productionMult = 0; //Production multiplier
|
productionMult = 1; //Production multiplier
|
||||||
|
|
||||||
//Financials
|
//Financials
|
||||||
lastCycleRevenue = 0;
|
lastCycleRevenue = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user