CORPORATION: Rework valuation calculation (#789)

This commit is contained in:
Yichi Zhang
2023-09-19 05:47:16 -07:00
committed by GitHub
parent e1d2e12747
commit 1b81fe8766
9 changed files with 78 additions and 24 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ export function purchaseHashUpgrade(upgName: string, upgTarget: string, count =
Player.hashManager.refundUpgrade(upgName, count);
return false;
}
corp.funds = corp.funds + upg.value * count;
corp.addNonIncomeFunds(upg.value * count);
break;
}
case "Reduce Minimum Security": {