aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorAren <[email protected]>2017-02-10 14:59:24 +0100
committerAren <[email protected]>2017-02-10 14:59:24 +0100
commitbc1a631ef8215ccf341480e7d5ceb7e6130a4a83 (patch)
treeac4a7de0e29c269badf6e9a0eb0fff90d7988281 /ShiftOS.WinForms/Oobe.cs
parentde14574800ed21765e1ac6bba1d19b774f477c29 (diff)
downloadshiftos_thereturn-bc1a631ef8215ccf341480e7d5ceb7e6130a4a83.tar.gz
shiftos_thereturn-bc1a631ef8215ccf341480e7d5ceb7e6130a4a83.tar.bz2
shiftos_thereturn-bc1a631ef8215ccf341480e7d5ceb7e6130a4a83.zip
Fixed issue #63
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index 83224b6..82c6d92 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -386,7 +386,10 @@ namespace ShiftOS.WinForms
else if(cmd == "shiftorium.list")
{
if (TutorialProgress == 2)
+ {
TutorialProgress = 3;
+ SaveSystem.TransferCodepointsFrom("sys", 50);
+ }
}
else if(cmd == "shiftorium.info" && args == "{\"upgrade\":\"mud_fundamentals\"}")
{
@@ -458,7 +461,7 @@ namespace ShiftOS.WinForms
TextType("You can earn Codepoints by doing things in ShiftOS - such as completing jobs for other users, making things like skins, scripts, documents, etc, and playing games like Pong.");
Thread.Sleep(500);
TextType("At times, you'll be given Codepoints to help complete a task. You will receive Codepoints from 'sys' - the multi-user domain itself.");
- SaveSystem.TransferCodepointsFrom("sys", 50);
+ //SaveSystem.TransferCodepointsFrom("sys", 50);
TextType("Right now, you don't have any upgrades. Upgrades can give ShiftOS additional features and capabilities - like new core applications, supported file types, and new Terminal commands.");
Thread.Sleep(500);
TextType("You can easily get upgrades using the Shiftorium - a repository of approved ShiftOS upgrades.");