diff options
| author | lempamo <[email protected]> | 2017-10-14 10:46:30 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-14 10:46:30 -0400 |
| commit | 3dbe19613d4a492c228b60bad54bbafc48c21202 (patch) | |
| tree | 8754b1c454d2a9961f4a17f13bc46197dfcc0f68 /Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | |
| parent | 02ac42b71dff6b71659638c75adcb4e63f808a63 (diff) | |
| download | histacom2-3dbe19613d4a492c228b60bad54bbafc48c21202.tar.gz histacom2-3dbe19613d4a492c228b60bad54bbafc48c21202.tar.bz2 histacom2-3dbe19613d4a492c228b60bad54bbafc48c21202.zip | |
made installer completely functional this time
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WebChat1999.cs')
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WebChat1999.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs b/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs index 9528b5a..004d99f 100644 --- a/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs +++ b/Histacom2/OS/Win98/Win98Apps/WebChat1999.cs @@ -126,6 +126,8 @@ namespace Histacom2.OS.Win98.Win98Apps await Task.Delay(3000); history.AppendText("12padams: its the only way to make sure that time travel works properly" + Environment.NewLine); receive.Play(); await Task.Delay(4500); history.AppendText("HiddenHacker: ok, so what do i need to do again?" + Environment.NewLine); receive.Play(); await Task.Delay(3500); history.AppendText($"12padams: as i said before, make sure that {SaveSystem.ProfileName} arrives safely in 2000" + Environment.NewLine); receive.Play(); + await Task.Delay(3000); history.AppendText("HiddenHacker: but what if he doesnt make it?" + Environment.NewLine); receive.Play(); + await Task.Delay(3500); history.AppendText("12padams: we will cross that bridge when we come to it" + Environment.NewLine); receive.Play(); } private void button2_Click(object sender, EventArgs e) |
