From 0cd17cd3b3c8e71b49a8861fcd54d184c5ef9a89 Mon Sep 17 00:00:00 2001 From: MageKing17 Date: Sat, 3 Jul 2021 17:33:04 -0700 Subject: [PATCH] Correct incorrect RAM value in tutorial. Appears to be a leftover mistake from when the tutorial pointed at foodnstuff; n00dles only has 4 GB. --- src/InteractiveTutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InteractiveTutorial.js b/src/InteractiveTutorial.js index 8f5dc12fe..c35f91c24 100644 --- a/src/InteractiveTutorial.js +++ b/src/InteractiveTutorial.js @@ -288,7 +288,7 @@ function iTutorialEvaluateStep() { break; case iTutorialSteps.TerminalRunScript: Engine.loadTerminalContent(); - iTutorialSetText("We have 16GB of free RAM on this machine, which is enough to run our " + + iTutorialSetText("We have 4GB of free RAM on this machine, which is enough to run our " + "script. Let's run our script using run n00dles.script."); nextBtn.style.display = "none"; // next step triggered by terminal commmand break;