From 8e19c8599975685410d7508b150f811dc3991f4a Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 25 Jun 2017 13:43:14 -0400 Subject: another mission --- ShiftOS_TheReturn/Story.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ShiftOS_TheReturn') diff --git a/ShiftOS_TheReturn/Story.cs b/ShiftOS_TheReturn/Story.cs index 02fe6e3..bf727d8 100644 --- a/ShiftOS_TheReturn/Story.cs +++ b/ShiftOS_TheReturn/Story.cs @@ -167,6 +167,8 @@ namespace ShiftOS.Engine ConsoleEx.ForegroundColor = ConsoleColor.White; Console.WriteLine($"{mission.Name} successfully finished. You have earned {mission.CodepointAward} Codepoints for your efforts."); SaveSystem.CurrentSave.Codepoints += mission.CodepointAward; + TerminalBackend.PrintPrompt(); + TerminalBackend.PrefixEnabled = true; } StoryComplete?.Invoke(stid); SaveSystem.CurrentSave.PickupPoint = null; -- cgit v1.2.3