From 18f93056b7d882b4dcce4d3afacd1ba6d37d94ac Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Jan 2017 17:26:27 -0500 Subject: Tutorial backend, deletion of Nancy I'll probably do a SaaS webadmin tool for the MUD in ASP.NET someday. --- ShiftOS.WinForms/App.config | 2 +- ShiftOS.WinForms/Oobe.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS.WinForms') diff --git a/ShiftOS.WinForms/App.config b/ShiftOS.WinForms/App.config index a5749ef..efb416e 100644 --- a/ShiftOS.WinForms/App.config +++ b/ShiftOS.WinForms/App.config @@ -4,7 +4,7 @@ - + diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 20d8ab5..b7bc3d8 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -173,6 +173,7 @@ namespace ShiftOS.WinForms Thread.Sleep(500); TextType("I will reboot your system in Tutorial Mode now. Complete the tutorial, and you shall be on your way."); SaveSystem.CurrentSave = MySave; + SaveSystem.CurrentSave.StoryPosition = 1; SaveSystem.SaveGame(); this.Invoke(new Action(() => { -- cgit v1.2.3