Update HashUpgradesMetadata.tsx

Update "Increase maximum money" description to document a change made in v0.56.0 : adding a soft cap on max money increase above the $1t mark.

(well, the changelog did actually say above 10t, but current source code use 10e12...)
This commit is contained in:
borisflagell 2022-04-23 14:06:29 +02:00
parent 69781359d5
commit 978351df26

@ -42,8 +42,9 @@ export const HashUpgradesMetadata: IConstructorParams[] = [
costPerLevel: 50,
desc:
"Use hashes to increase the maximum amount of money on a single server by 2%. " +
"Note that a server's maximum money is soft capped above $1t. " +
"This effect persists until you install Augmentations (since servers " +
"are reset at that time).",
"are reset at that time). ",
hasTargetServer: true,
name: "Increase Maximum Money",
value: 1.02,