diff options
| author | lempamo <[email protected]> | 2017-11-13 21:32:33 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-11-13 21:32:33 -0500 |
| commit | fb4d6c1d663922de052f72f524ad05062e8ce4eb (patch) | |
| tree | a55a3ce99bd2b632d821ee12ad3e4d85da2ae031 | |
| parent | cfd50b054ea1f5e3725d66290411ae6d084bc65a (diff) | |
| download | histacom2-fb4d6c1d663922de052f72f524ad05062e8ce4eb.tar.gz histacom2-fb4d6c1d663922de052f72f524ad05062e8ce4eb.tar.bz2 histacom2-fb4d6c1d663922de052f72f524ad05062e8ce4eb.zip | |
you can now exit the piracy ending
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/WebChat1998.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/WebChat1998.cs b/Histacom2/OS/Win95/Win95Apps/WebChat1998.cs index 5956276..fd66838 100644 --- a/Histacom2/OS/Win95/Win95Apps/WebChat1998.cs +++ b/Histacom2/OS/Win95/Win95Apps/WebChat1998.cs @@ -235,12 +235,13 @@ namespace Histacom2.OS.Win95.Win95Apps await Task.Delay(1500); history.Text = "Starting MS-DOS..."; await Task.Delay(1000); - history.Text = "Starting MS-DOS...\n\nC:\\>"; + history.Text = "Starting MS-DOS..." + Environment.NewLine + Environment.NewLine + "C:\\>"; history.ReadOnly = false; await Task.Delay(5000); history.ReadOnly = true; history.Text = "GAME OVER. Your computer has been locked down to MS-DOS because you pirated software. Seriously, what were you thinking?"; await Task.Delay(2000); + Cursor.Show(); SaveSystem.SaveAchievement(0); new AchievementBox(0); } |
