From fe54be0f6667883d8aab0672fe66fd263b1cedf0 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sat, 1 Sep 2018 02:32:20 -0400 Subject: fixes in hijack1 scene --- PortEngine/StorylineAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'PortEngine/StorylineAPI.cs') 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); -- cgit v1.2.3