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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;