update donations

This commit is contained in:
Olivier Gagnon 2022-04-18 11:04:40 -04:00
parent 3286d85744
commit d5b296ddc3
2 changed files with 3 additions and 2 deletions

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

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