aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-25 13:43:14 -0400
committerMichael <[email protected]>2017-06-25 13:43:14 -0400
commit8e19c8599975685410d7508b150f811dc3991f4a (patch)
tree83dcf614806a32651221f6c7426d60fa8dc0332c /ShiftOS_TheReturn
parent4c63e5e41c55d41c0bcaa09f125299d4b1892ef6 (diff)
downloadshiftos_thereturn-8e19c8599975685410d7508b150f811dc3991f4a.tar.gz
shiftos_thereturn-8e19c8599975685410d7508b150f811dc3991f4a.tar.bz2
shiftos_thereturn-8e19c8599975685410d7508b150f811dc3991f4a.zip
another mission
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;