aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WinformsDesktop.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-09 20:46:56 -0400
committerMichael <[email protected]>2017-04-09 20:46:56 -0400
commita9a9beaf63e5a8dc63e8ec8388373e3868d11cfb (patch)
tree7b059e43bfd7d76cd1774dc954de8799d5647a0a /ShiftOS.WinForms/WinformsDesktop.cs
parentef64da6c1b814e7888ff0fc8753095f184bfc471 (diff)
downloadshiftos_thereturn-a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb.tar.gz
shiftos_thereturn-a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb.tar.bz2
shiftos_thereturn-a9a9beaf63e5a8dc63e8ec8388373e3868d11cfb.zip
finish the smiley's first story
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.cs')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs
index 5a42106..8704b94 100644
--- a/ShiftOS.WinForms/WinformsDesktop.cs
+++ b/ShiftOS.WinForms/WinformsDesktop.cs
@@ -74,6 +74,17 @@ namespace ShiftOS.WinForms
}
}
}
+
+ if (!Shiftorium.UpgradeInstalled("victortran_shiftnet"))
+ {
+ if (SaveSystem.CurrentSave.Codepoints >= 50000)
+ {
+ if (Shiftorium.IsCategoryEmptied("Applications"))
+ {
+ Story.Start("victortran_shiftnet");
+ }
+ }
+ }
};
this.TopMost = false;