diff options
| author | Alee14 <alee14498@gmail.com> | 2018-09-01 02:32:20 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-09-01 02:32:20 -0400 |
| commit | fe54be0f6667883d8aab0672fe66fd263b1cedf0 (patch) | |
| tree | ce9073b299d6d60c1f7b5e112d89c7fdcc2de4c0 | |
| parent | edb312f607b202fb87c989a2120483eb9725f6d0 (diff) | |
| download | Project-Silicon-fe54be0f6667883d8aab0672fe66fd263b1cedf0.tar.gz Project-Silicon-fe54be0f6667883d8aab0672fe66fd263b1cedf0.tar.bz2 Project-Silicon-fe54be0f6667883d8aab0672fe66fd263b1cedf0.zip | |
fixes in hijack1 scene
| -rw-r--r-- | PortEngine/StorylineAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PortEngine/StorylineAPI.cs b/PortEngine/StorylineAPI.cs index 6808dc7..370080e 100644 --- a/PortEngine/StorylineAPI.cs +++ b/PortEngine/StorylineAPI.cs @@ -26,6 +26,7 @@ namespace PortEngine { if (IsHijack1Completed == false) { + Thread.Sleep(2000); txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine); Thread.Sleep(5000); txtHijack1.AppendText("SYSTEM ERROR: HIJACKED" + Environment.NewLine); |
