diff options
| author | RogueAI42 <[email protected]> | 2017-07-01 09:24:04 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-07-01 09:24:04 +1000 |
| commit | 33c5ff881eb7035fafe1fe75557f2fd82b14958c (patch) | |
| tree | e959fc44e6340ac880544924611b3b2a8958d253 /ShiftOS_TheReturn | |
| parent | 0b7789a3890fa3544098baa0069ba5690873c540 (diff) | |
| download | shiftos_thereturn-33c5ff881eb7035fafe1fe75557f2fd82b14958c.tar.gz shiftos_thereturn-33c5ff881eb7035fafe1fe75557f2fd82b14958c.tar.bz2 shiftos_thereturn-33c5ff881eb7035fafe1fe75557f2fd82b14958c.zip | |
THOSE WHOMST'D'VE GIVE INCORRECT TOOTORALS
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Story.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs index bf727d8..6eb4774 100644 --- a/ShiftOS_TheReturn/Story.cs +++ b/ShiftOS_TheReturn/Story.cs @@ -124,7 +124,7 @@ namespace ShiftOS.Engine ConsoleEx.ForegroundColor = ConsoleColor.White; ConsoleEx.Bold = false; - Console.WriteLine("A new objective has been added to your system. Run sos.status to find out what you need to do."); + Console.WriteLine("A new objective has been added to your system. Run status to find out what you need to do."); TerminalBackend.PrintPrompt(); } |
