From 5be4fb7aaec63309ac143f7f21ccbe7dd22d39e7 Mon Sep 17 00:00:00 2001 From: Snarling <84951833+Snarling@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:12:45 -0400 Subject: [PATCH] Fix some minor tutorial issues Changed example prompt to show n00dles for "hack" and "home" commands when connected to n00dles, fixed one missing capitalization --- src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx index c829e7fe2..c584b4209 100644 --- a/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx +++ b/src/ui/InteractiveTutorial/InteractiveTutorialRoot.tsx @@ -265,7 +265,7 @@ export function InteractiveTutorialRoot(): React.ReactElement { content: ( <> You now have root access! You can hack the server using - {"[home ~/]> hack"} + {"[n00dles ~/]> hack"} Try doing that now. @@ -296,7 +296,7 @@ export function InteractiveTutorialRoot(): React.ReactElement { content: ( <> From any server you can get back home using - {"[home ~/]> home"} + {"[n00dles ~/]> home"} Let's head home before creating our first script! @@ -468,7 +468,7 @@ export function InteractiveTutorialRoot(): React.ReactElement { [iTutorialSteps.HacknetNodesIntroduction as number]: { content: ( - here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now. + Here you can purchase new Hacknet Nodes and upgrade your existing ones. Let's purchase a new one now. ), canNext: true,