From 4ec021c8f065d495ba856d2e4a19045dd9ffddb8 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 20 Dec 2021 14:03:25 -0500 Subject: [PATCH] cores explanation --- src/Locations/ui/CoresButton.tsx | 6 ++++++ src/Locations/ui/RamButton.tsx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/Locations/ui/CoresButton.tsx b/src/Locations/ui/CoresButton.tsx index 2f7c1eb91..2a60a34b6 100644 --- a/src/Locations/ui/CoresButton.tsx +++ b/src/Locations/ui/CoresButton.tsx @@ -1,6 +1,7 @@ import React from "react"; import Button from "@mui/material/Button"; import Tooltip from "@mui/material/Tooltip"; +import Typography from "@mui/material/Typography"; import { IPlayer } from "../../PersonObjects/IPlayer"; @@ -38,6 +39,11 @@ export function CoresButton(props: IProps): React.ReactElement { } > +
+ + "Cores increase the effectiveness of grow() and weaken() on 'home'" + +