aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn')
-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();
}