diff options
| author | Michael <[email protected]> | 2017-06-04 15:18:53 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-04 15:18:53 -0400 |
| commit | 69aba3b373f9c9c70ec4ef2250e71465d3327299 (patch) | |
| tree | 5a429b05410d2ea63cfde3c766c103309be45b1c /ShiftOS_TheReturn/SaveSystem.cs | |
| parent | 4faeb54225919bab1692859b4fe9d9b65f3bedea (diff) | |
| download | shiftos_thereturn-69aba3b373f9c9c70ec4ef2250e71465d3327299.tar.gz shiftos_thereturn-69aba3b373f9c9c70ec4ef2250e71465d3327299.tar.bz2 shiftos_thereturn-69aba3b373f9c9c70ec4ef2250e71465d3327299.zip | |
A fuckton of storyline features.
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 155f002..e98a51e 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -453,6 +453,16 @@ namespace ShiftOS.Engine Desktop.InvokeOnWorkerThread(new Action(() => Desktop.PopulateAppLauncher())); GameReady?.Invoke(); + + if (!string.IsNullOrWhiteSpace(CurrentSave.PickupPoint)) + { + try + { + Story.Start(CurrentSave.PickupPoint); + TerminalBackend.PrintPrompt(); + } + catch { } + } } /// <summary> |
