update patch notes

This commit is contained in:
Olivier Gagnon
2022-02-23 02:01:48 -05:00
parent 9ddb1c4379
commit b810e523ee
5 changed files with 179 additions and 19 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function getPurchaseServerCost(ram: number): number {
const upg = Math.max(0, Math.log(sanitizedRam) / Math.log(2) - 6);
return Math.round(
return (
sanitizedRam *
CONSTANTS.BaseCostFor1GBOfRamServer *
BitNodeMultipliers.PurchasedServerCost *