diff --git a/src/Augmentation/ui/PurchasableAugmentations.tsx b/src/Augmentation/ui/PurchasableAugmentations.tsx index 81b01a56d..37224fcba 100644 --- a/src/Augmentation/ui/PurchasableAugmentations.tsx +++ b/src/Augmentation/ui/PurchasableAugmentations.tsx @@ -88,11 +88,13 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => { Certain gangs )} - {Player.canAccessGrafting() && !props.aug.isSpecial && props.aug.name !== AugmentationNames.TheRedPill && ( -
  • - Grafting -
  • - )} + {Player.canAccessGrafting() && + !props.aug.isSpecial && + props.aug.name !== AugmentationNames.TheRedPill && ( +
  • + Grafting +
  • + )} diff --git a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx index 89a2af524..b20f9c124 100644 --- a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx +++ b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx @@ -414,12 +414,15 @@ export function InteractiveTutorialRoot(): React.ReactElement { <> This page displays information about all of your scripts that are running across every server. You can use - this to gauge how well your scripts are doing. -

    + this to gauge how well your scripts are doing. +
    +
    Click on Home to see the scripts running on it. -

    +
    +
    Then click on n00dles.js to see the scripts information. -

    +
    +
    Let's go back to
    @@ -533,7 +536,10 @@ export function InteractiveTutorialRoot(): React.ReactElement {

    The{" "} - + Getting Started {" "} contains the guide for new players, navigating you through most of early game.