aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
diff options
context:
space:
mode:
authorEverythingWindows <[email protected]>2022-11-13 09:00:34 +0700
committerEverythingWindows <[email protected]>2022-11-13 09:00:34 +0700
commit6f1a5bfa56fc68853ae150a065950714f490a7f0 (patch)
tree24dd87f58c0c59e2da9bf66b017be53e27289360 /ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
parent850353a885d40f15cac96d7f31fdad81fa2093a4 (diff)
downloadshiftos-therevival-old-6f1a5bfa56fc68853ae150a065950714f490a7f0.tar.gz
shiftos-therevival-old-6f1a5bfa56fc68853ae150a065950714f490a7f0.tar.bz2
shiftos-therevival-old-6f1a5bfa56fc68853ae150a065950714f490a7f0.zip
Epilepsy Warning dedicated
Diffstat (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb')
-rw-r--r--ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb12
1 files changed, 4 insertions, 8 deletions
diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
index 96909f1..02b5377 100644
--- a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
+++ b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.vb
@@ -93,12 +93,7 @@ Public Class ShiftOSMenu
btn_Chapter5.Visible = True
btn_Back.Visible = True
Case "Chapter 1" & Environment.NewLine & "Hijacked!"
- MsgBox(My.Resources.epilepsy)
- Strings.IsFree = False
- Strings.OnceInfo(6) = "story"
- IntroStory.Show()
- NewGameMode()
- Close()
+ Epilepsy.Show()
End Select
End Sub
@@ -171,8 +166,9 @@ Public Class ShiftOSMenu
btn_StoryMode.Enabled = False
ShouldUpdate = True
ShiftOSUpdater.Show()
- ShiftOSUpdater.Label2.Text = "A new version, " & CurrentVersion & " is available." & Environment.NewLine & "Update now to get more features."
- ShiftOSUpdater.Button2.Text = "Update"
+ 'ShiftOSUpdater.Label2.Text = "A new version, " & CurrentVersion & " is available." & Environment.NewLine & "Your version is " & TheUpdater.WhatVersion & "Update now to get more features." 'ShiftOSUpdater.Label2.Text = "A new version, " & CurrentVersion & " is available." & Environment.NewLine & "Your version is " & TheUpdater.WhatVersion & "Update now to get more features."
+ ShiftOSUpdater.Label2.Text = "Update function is temporarily disabled." & Environment.NewLine & "Click the 'Reset' to reset the save"
+ ShiftOSUpdater.Button2.Text = "Reset"
End If
Else
If Directory.Exists(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\ShiftOS") = True Then