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'" + +