aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-30 15:42:58 -0400
committerMichael <[email protected]>2017-06-30 15:42:58 -0400
commit0b7789a3890fa3544098baa0069ba5690873c540 (patch)
treedae9b8ece40b89599cbbbeeadbac397fd963cda5
parent70c4aa1c23c2329f3471d4510675b4b374c65f07 (diff)
downloadshiftos_thereturn-0b7789a3890fa3544098baa0069ba5690873c540.tar.gz
shiftos_thereturn-0b7789a3890fa3544098baa0069ba5690873c540.tar.bz2
shiftos_thereturn-0b7789a3890fa3544098baa0069ba5690873c540.zip
Fix some typos with the First Steps story
-rw-r--r--ShiftOS.WinForms/Applications/Terminal.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs
index 794edf7..65e17e7 100644
--- a/ShiftOS.WinForms/Applications/Terminal.cs
+++ b/ShiftOS.WinForms/Applications/Terminal.cs
@@ -523,7 +523,7 @@ such as earning Codepoints, buying Shiftoorium Upgrades, and using the objective
Every now and then, you'll get a notification in your terminal of a ""NEW OBJECTIVE"".
This means that someone has instructed you to do something inside ShiftOS. At any moment
-you may type ""sos.status"" in your Terminal to see your current objectives.
+you may type ""status"" in your Terminal to see your current objectives.
This command is very useful as not only does it allow you to see your current objectives
but you can also see the amount of Codepoints you have as well as the upgrades you've
@@ -547,7 +547,7 @@ Shiftorium to buy new upgrades inside ShiftOS.
These upgrades can give ShiftOS more features, fixes and programs,
which can make the operating system easier to use and navigate around
and also make it easier for you to earn more Codepoints and thus upgrade
-te system further.
+the system further.
Be cautious though! Only certain upgrades offer the ability to earn more
Codepoints. These upgrades are typically in the form of new programs.
@@ -560,7 +560,7 @@ and only a few small programs to use to earn very little amounts of Codepoints.
Now, let's get you your first Shiftorium upgrade!");
- Story.PushObjective("First Steps: The Shiftorium", "Buy your first Shiftorium upgrade with your new Codepoints using upgrades, upgradeinfo and buy.",
+ Story.PushObjective("First Steps: The Shiftorium", "Buy your first Shiftorium upgrade with your new Codepoints using the upgrades, upgradeinfo and buy commands.",
() =>
{
return SaveSystem.CurrentSave.CountUpgrades() > 0;