CORPORATION: Fix wrong initial productionMult of new division (#1794)

This commit is contained in:
catloversg
2024-11-27 16:16:19 +07:00
committed by GitHub
parent faed78cf2c
commit 55627d7212

View File

@@ -67,7 +67,7 @@ export class Division {
aiCoreFactor = 0;
advertisingFactor = 0;
productionMult = 0; //Production multiplier
productionMult = 1; //Production multiplier
//Financials
lastCycleRevenue = 0;