aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/Story
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-23 00:37:37 -0400
committerlempamo <[email protected]>2017-10-23 00:37:37 -0400
commita9fc08f91fb2e33303ddb6e1e7359ce9539720ed (patch)
tree9dff1a9db78c9dd09c413ec47d38a9008f1629fa /Histacom2/OS/Win98/Win98Apps/Story
parent405684df5b9b411400996ca6fb8ec902ab947661 (diff)
downloadhistacom2-a9fc08f91fb2e33303ddb6e1e7359ce9539720ed.tar.gz
histacom2-a9fc08f91fb2e33303ddb6e1e7359ce9539720ed.tar.bz2
histacom2-a9fc08f91fb2e33303ddb6e1e7359ce9539720ed.zip
hack3 now takes you to bad xp
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/Story')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs13
1 files changed, 9 insertions, 4 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
index 1313f0d..6798109 100644
--- a/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
+++ b/Histacom2/OS/Win98/Win98Apps/Story/Hack3.cs
@@ -166,10 +166,15 @@ namespace Histacom2.OS.Win98.Win98Apps.Story
await Task.Delay(80); TitleScreen.frm98.distort.classicLabel1.Hide();
await Task.Delay(80); TitleScreen.frm98.distort.classicLabel1.Show(); // 10.84
await Task.Delay(3000);
- /*if (close_everything_.count2000 == -169)
- MyProject.Forms.Windowsxp2002damaged.Show();
- if (close_everything_.count2000 != -170)
- return;*/
+
+ SaveSystem.CurrentSave.CurrentOS = "xpbad";
+ SaveSystem.currentTheme = new BadXPTheme();
+ SaveSystem.CurrentSave.ThemeName = "badxp";
+ TitleScreen.frm98.distort.ParentForm.Close();
+ foreach (Form frm in Application.OpenForms) if (frm is WinClassic) frm.Close();
+ Program.title.StartGame();
+ TitleScreen.frm98.Close();
+ return;
}
}
}