From 978351df26a9134b4b9f0b88623b98269a80f7b0 Mon Sep 17 00:00:00 2001 From: borisflagell Date: Sat, 23 Apr 2022 14:06:29 +0200 Subject: [PATCH] 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...) --- src/Hacknet/data/HashUpgradesMetadata.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Hacknet/data/HashUpgradesMetadata.tsx b/src/Hacknet/data/HashUpgradesMetadata.tsx index 8ad2057c0..a67d33a3f 100644 --- a/src/Hacknet/data/HashUpgradesMetadata.tsx +++ b/src/Hacknet/data/HashUpgradesMetadata.tsx @@ -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,