diff --git a/src/Augmentation/ui/AugmentationsRoot.tsx b/src/Augmentation/ui/AugmentationsRoot.tsx
index f164d18e4..656e5a5b0 100644
--- a/src/Augmentation/ui/AugmentationsRoot.tsx
+++ b/src/Augmentation/ui/AugmentationsRoot.tsx
@@ -14,6 +14,7 @@ import { canGetBonus } from "../../ExportBonus";
import Typography from "@mui/material/Typography";
import Button from "@mui/material/Button";
import Tooltip from "@mui/material/Tooltip";
+import Box from "@mui/material/Box";
interface IProps {
exportGameFn: () => void;
@@ -36,40 +37,50 @@ export function AugmentationsRoot(props: IProps): React.ReactElement {
return (
<>
Augmentations
-
- Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to install
- them.
+
+
+ Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to
+ install them.
+
+ WARNING: Installing your Augmentations resets most of your progress, including:
+
+ - Stats/Skill levels and Experience
+ - Money
+ - Scripts on every computer but your home computer
+ - Purchased servers
+ - Hacknet Nodes
+ - Faction/Company reputation
+ - Stocks
+
+
+ Installing Augmentations lets you start over with the perks and benefits granted by all of the Augmentations
+ you have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your home computer (but you
+ will lose all programs besides NUKE.exe)
+
+
+
+ Purchased Augmentations
- WARNING: Installing your Augmentations resets most of your progress, including:
-
- - Stats/Skill levels and Experience
- - Money
- - Scripts on every computer but your home computer
- - Purchased servers
- - Hacknet Nodes
- - Faction/Company reputation
- - Stocks
-
-
- Installing Augmentations lets you start over with the perks and benefits granted by all of the Augmentations you
- have ever installed. Also, you will keep any scripts and RAM/Core upgrades on your home computer (but you will
- lose all programs besides NUKE.exe)
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Installed Augmentations
- List of all Augmentations that have been installed. You have gained the effects of these.
-
-
+
+
+ List of all Augmentations that have been installed. You have gained the effects of these.
+
+
+
>
diff --git a/src/Augmentation/ui/PlayerMultipliers.tsx b/src/Augmentation/ui/PlayerMultipliers.tsx
index ef4f31368..4321472d2 100644
--- a/src/Augmentation/ui/PlayerMultipliers.tsx
+++ b/src/Augmentation/ui/PlayerMultipliers.tsx
@@ -10,6 +10,7 @@ import { Table, TableCell } from "../../ui/React/Table";
import TableBody from "@mui/material/TableBody";
import TableRow from "@mui/material/TableRow";
import Typography from "@mui/material/Typography";
+import Box from "@mui/material/Box";
function calculateAugmentedStats(): any {
const augP: any = {};
@@ -97,119 +98,116 @@ export function PlayerMultipliers(): React.ReactElement {
return (
<>
-