diff --git a/src/Hacknet/ui/HacknetServerElem.tsx b/src/Hacknet/ui/HacknetServerElem.tsx index 0d31db5ab..b5ff51258 100644 --- a/src/Hacknet/ui/HacknetServerElem.tsx +++ b/src/Hacknet/ui/HacknetServerElem.tsx @@ -70,7 +70,11 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - + (base increase, attained when no script is running)
+ + {" "} + +{" "} + {" "} + (base increase, attained when no script is running)
+ (effective increase, taking current RAM usage into account) } @@ -136,7 +140,11 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - + (base increase, attained when no script is running)
+ + {" "} + +{" "} + {" "} + (base increase, attained when no script is running)
+ (effective increase, taking current RAM usage into account) } @@ -180,7 +188,11 @@ export function HacknetServerElem(props: IProps): React.ReactElement { - + (base increase, attained when no script is running)
+ + {" "} + +{" "} + {" "} + (base increase, attained when no script is running)
+ (effective increase, taking current RAM usage into account) } @@ -258,10 +270,10 @@ export function HacknetServerElem(props: IProps): React.ReactElement {
current production rate.
- - - - {" "}max production rate. (achieved when 100% RAM is allocated to it) + + + {" "} + max production rate. (achieved when 100% RAM is allocated to it)
{numeralWrapper.formatRAM(node.ramUsed)} / {numeralWrapper.formatRAM(node.maxRam)} ( {Math.round((100 * node.ramUsed) / node.maxRam)}%) RAM allocated to script.