mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
CORPORATION: Fix wrong initial productionMult of new division (#1794)
This commit is contained in:
@@ -67,7 +67,7 @@ export class Division {
|
||||
aiCoreFactor = 0;
|
||||
advertisingFactor = 0;
|
||||
|
||||
productionMult = 0; //Production multiplier
|
||||
productionMult = 1; //Production multiplier
|
||||
|
||||
//Financials
|
||||
lastCycleRevenue = 0;
|
||||
|
||||
Reference in New Issue
Block a user