From 33c5ff881eb7035fafe1fe75557f2fd82b14958c Mon Sep 17 00:00:00 2001 From: RogueAI42 Date: Sat, 1 Jul 2017 09:24:04 +1000 Subject: [PATCH] THOSE WHOMST'D'VE GIVE INCORRECT TOOTORALS --- ShiftOS_TheReturn/Story.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }