From 537ba4982ec7c8b3a1a3609fe13bc6f0624fee73 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Wed, 23 Nov 2022 21:30:54 +0700 Subject: Integrating Chapter 2 into the game and minor changes to check the story --- ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb') diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb index 6b96ee0..c7c35eb 100644 --- a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb +++ b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb @@ -28,6 +28,7 @@ Public Class ShiftOSMenu Try Strings.IsFree = True Strings.OnceInfo(6) = "free" + IsConsoleParent = True FreeRoamMode() Console.Show() Close() @@ -40,7 +41,8 @@ Public Class ShiftOSMenu Case "Continue" Strings.IsFree = False Strings.OnceInfo(6) = "story" - Console.StayAtChapter = True + IsConsoleParent = True + StayAtChapter = True Console.Show() Close() Case "No" -- cgit v1.2.3