From d5b296ddc37fd19649dd19155785115d130eaa1c Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 18 Apr 2022 11:04:40 -0400 Subject: [PATCH] update donations --- src/Augmentation/AugmentationCreator.tsx | 3 ++- src/Constants.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Augmentation/AugmentationCreator.tsx b/src/Augmentation/AugmentationCreator.tsx index 7a3ab23d8..8c51fb8d4 100644 --- a/src/Augmentation/AugmentationCreator.tsx +++ b/src/Augmentation/AugmentationCreator.tsx @@ -1907,7 +1907,8 @@ export function initNeuroFluxGovernor(): Augmentation { stats: ( <> This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST - multipliers by 1% (+{donationBonus * 100}% boosted by real life blood donations), stacking multiplicatively. + multipliers by 1% (+{(donationBonus * 100).toFixed(6)}% boosted by real life blood donations), stacking + multiplicatively. ), hacking_chance_mult: 1.01 + donationBonus, diff --git a/src/Constants.ts b/src/Constants.ts index ce91e494b..066f79468 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -287,7 +287,7 @@ export const CONSTANTS: { // BitNode/Source-File related stuff TotalNumBitNodes: 24, - Donations: 3, + Donations: 4, LatestUpdate: ` v1.6.3 - 2022-04-01 Few stanek fixes