From 58246abf512710ad0a9577c7ef46a87f79bfb7b7 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 27 Jun 2017 19:09:04 -0400 Subject: [PATCH] disable sentiences like gods --- ShiftOS.WinForms/DevXSecondConfrontationStory.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShiftOS.WinForms/DevXSecondConfrontationStory.cs b/ShiftOS.WinForms/DevXSecondConfrontationStory.cs index 7f80c81..e8093a2 100644 --- a/ShiftOS.WinForms/DevXSecondConfrontationStory.cs +++ b/ShiftOS.WinForms/DevXSecondConfrontationStory.cs @@ -11,6 +11,7 @@ namespace ShiftOS.WinForms { public static class DevXSecondConfrontationStory { +#if BETA_4 [RequiresUpgrade("appscape_troubles_end")] [Mission("sentiences_like_gods", "Sentiences Like Gods", "You're just a script-kiddie with that puny brute app. Let's do some true hacking.", 850l, "maureen_fenn")] public static void SentiencesLikeGods() @@ -63,6 +64,7 @@ namespace ShiftOS.WinForms } } +#endif [RequiresUpgrade("appscape_troubles_end")] [Mission("devx_first_confrontation", "Progress Report", "DevX wants to see how much you've upgraded ShiftOS. He also has something to tell you.", 0l, "devx")]