diff options
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 90504bb..ec3c3b3 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -172,6 +172,10 @@ namespace ShiftOS.Engine TerminalBackend.InStory = false; TerminalBackend.PrefixEnabled = true; Shiftorium.LogOrphanedUpgrades = true; + Desktop.InvokeOnWorkerThread(new Action(() => + { + ShiftOS.Engine.Scripting.LuaInterpreter.RunSft(Paths.GetPath("kernel.sft")); + })); Desktop.InvokeOnWorkerThread(new Action(() => Desktop.PopulateAppLauncher())); if (CurrentSave.StoryPosition == 1) { |
