From 1e5a7ea9b3269966811f0bd96b0614375347c79f Mon Sep 17 00:00:00 2001 From: RogueAI42 Date: Sun, 2 Jul 2017 03:31:42 +1000 Subject: Some improvements to the OOBE Not done, but I need to get to sleep and this seems like a good milestone. --- ShiftOS_TheReturn/Story.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn') diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs index 6eb4774..48cf926 100644 --- a/ShiftOS_TheReturn/Story.cs +++ b/ShiftOS_TheReturn/Story.cs @@ -124,7 +124,14 @@ namespace ShiftOS.Engine ConsoleEx.ForegroundColor = ConsoleColor.White; ConsoleEx.Bold = false; - Console.WriteLine("A new objective has been added to your system. Run status to find out what you need to do."); + Console.WriteLine("A new objective has been added to your system."); + ConsoleEx.Bold = true; + Console.WriteLine(name); + ConsoleEx.Bold = false; + Console.WriteLine(); + Console.WriteLine(desc); + Console.WriteLine(); + Console.WriteLine("Run 'status' at any time to view your current objectives."); TerminalBackend.PrintPrompt(); } -- cgit v1.2.3