aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Story.cs
diff options
context:
space:
mode:
authorRogueAI42 <[email protected]>2017-07-02 03:31:42 +1000
committerRogueAI42 <[email protected]>2017-07-02 03:31:42 +1000
commit1e5a7ea9b3269966811f0bd96b0614375347c79f (patch)
tree21c0d775920b8327e7cde0b25c565705a49767aa /ShiftOS_TheReturn/Story.cs
parent33c5ff881eb7035fafe1fe75557f2fd82b14958c (diff)
downloadshiftos_thereturn-1e5a7ea9b3269966811f0bd96b0614375347c79f.tar.gz
shiftos_thereturn-1e5a7ea9b3269966811f0bd96b0614375347c79f.tar.bz2
shiftos_thereturn-1e5a7ea9b3269966811f0bd96b0614375347c79f.zip
Some improvements to the OOBE
Not done, but I need to get to sleep and this seems like a good milestone.
Diffstat (limited to 'ShiftOS_TheReturn/Story.cs')
-rw-r--r--ShiftOS_TheReturn/Story.cs9
1 files changed, 8 insertions, 1 deletions
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();
}