aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/SaveSystem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
-rw-r--r--ShiftOS_TheReturn/SaveSystem.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs
index b9bef47..a4e79a7 100644
--- a/ShiftOS_TheReturn/SaveSystem.cs
+++ b/ShiftOS_TheReturn/SaveSystem.cs
@@ -527,8 +527,10 @@ namespace ShiftOS.Engine
{
try
{
- Story.Start(CurrentSave.PickupPoint);
- TerminalBackend.PrintPrompt();
+ if (Story.Context == null)
+ {
+ Story.Start(CurrentSave.PickupPoint);
+ }
}
catch { }
}