aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Story.cs2
1 files changed, 2 insertions, 0 deletions
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;