mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
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:
parent
69781359d5
commit
978351df26
@ -42,6 +42,7 @@ export const HashUpgradesMetadata: IConstructorParams[] = [
|
|||||||
costPerLevel: 50,
|
costPerLevel: 50,
|
||||||
desc:
|
desc:
|
||||||
"Use hashes to increase the maximum amount of money on a single server by 2%. " +
|
"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 " +
|
"This effect persists until you install Augmentations (since servers " +
|
||||||
"are reset at that time). ",
|
"are reset at that time). ",
|
||||||
hasTargetServer: true,
|
hasTargetServer: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user