diff options
| author | Alee14 <alee14498@gmail.com> | 2018-09-28 17:14:27 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2018-09-28 17:14:27 -0400 |
| commit | c5541b392746e048608d09edfd905fee9a758187 (patch) | |
| tree | 18b26ee9465605da6f3d0ec0c2aec79beb093911 /PortEngine/StorylineAPI.cs | |
| parent | 9ef1f263d8b1d4e1c7958895dddf7e83ccda43e0 (diff) | |
| download | Project-Silicon-c5541b392746e048608d09edfd905fee9a758187.tar.gz Project-Silicon-c5541b392746e048608d09edfd905fee9a758187.tar.bz2 Project-Silicon-c5541b392746e048608d09edfd905fee9a758187.zip | |
Project Ports is now Project Silicon and loads of problems
Diffstat (limited to 'PortEngine/StorylineAPI.cs')
| -rw-r--r-- | PortEngine/StorylineAPI.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/PortEngine/StorylineAPI.cs b/PortEngine/StorylineAPI.cs index cc086ab..97f526a 100644 --- a/PortEngine/StorylineAPI.cs +++ b/PortEngine/StorylineAPI.cs @@ -36,7 +36,7 @@ namespace PortEngine if (GeneralAPI.HijackStorylineState == 1) { await Task.Delay(2000); - txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine); + txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(5000); txtHijack1.AppendText("SYSTEM ERROR: HIJACKED" + Environment.NewLine); await Task.Delay(2000); @@ -78,9 +78,9 @@ namespace PortEngine await Task.Delay(1000); txtHijack1.AppendText("??? is now known as Adam…" + Environment.NewLine); await Task.Delay(2000); - txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of PortOS!" + Environment.NewLine); + txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of SiliconOS!" + Environment.NewLine); await Task.Delay(2000); - txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys PortOS computers." + Environment.NewLine); + txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys SiliconOS computers." + Environment.NewLine); await Task.Delay(2000); txtHijack1.AppendText("Adam: This computer will shortly reboot and redirected to the desktop…" + Environment.NewLine); await Task.Delay(2000); @@ -90,7 +90,7 @@ namespace PortEngine await Task.Delay(5000); txtHijack1.Clear(); await Task.Delay(2000); - txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine); + txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(2000); txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine); await Task.Delay(2000); @@ -100,7 +100,7 @@ namespace PortEngine } else { - txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine); + txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine); await Task.Delay(2000); txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine); await Task.Delay(2000); |
