aboutsummaryrefslogtreecommitdiff
path: root/PortEngine
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-09-01 02:32:20 -0400
committerAlee14 <alee14498@gmail.com>2018-09-01 02:32:20 -0400
commitfe54be0f6667883d8aab0672fe66fd263b1cedf0 (patch)
treece9073b299d6d60c1f7b5e112d89c7fdcc2de4c0 /PortEngine
parentedb312f607b202fb87c989a2120483eb9725f6d0 (diff)
downloadProject-Silicon-fe54be0f6667883d8aab0672fe66fd263b1cedf0.tar.gz
Project-Silicon-fe54be0f6667883d8aab0672fe66fd263b1cedf0.tar.bz2
Project-Silicon-fe54be0f6667883d8aab0672fe66fd263b1cedf0.zip
fixes in hijack1 scene
Diffstat (limited to 'PortEngine')
-rw-r--r--PortEngine/StorylineAPI.cs1
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);