mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
you can now exit the piracy ending
This commit is contained in:
parent
cfd50b054e
commit
fb4d6c1d66
1 changed files with 2 additions and 1 deletions
|
@ -235,12 +235,13 @@ private async void endingActivate()
|
||||||
await Task.Delay(1500);
|
await Task.Delay(1500);
|
||||||
history.Text = "Starting MS-DOS...";
|
history.Text = "Starting MS-DOS...";
|
||||||
await Task.Delay(1000);
|
await Task.Delay(1000);
|
||||||
history.Text = "Starting MS-DOS...\n\nC:\\>";
|
history.Text = "Starting MS-DOS..." + Environment.NewLine + Environment.NewLine + "C:\\>";
|
||||||
history.ReadOnly = false;
|
history.ReadOnly = false;
|
||||||
await Task.Delay(5000);
|
await Task.Delay(5000);
|
||||||
history.ReadOnly = true;
|
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?";
|
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);
|
await Task.Delay(2000);
|
||||||
|
Cursor.Show();
|
||||||
SaveSystem.SaveAchievement(0);
|
SaveSystem.SaveAchievement(0);
|
||||||
new AchievementBox(0);
|
new AchievementBox(0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue