aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/Engine/SaveSystem.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2016-07-23 14:06:31 -0700
committerwilliam341 <[email protected]>2016-07-23 14:06:31 -0700
commit2932b3e2301e872dc079dcd8a66dd6def17ab737 (patch)
treea816c46b7c71a770033944667fc1f4db1fb32689 /source/WindowsFormsApplication1/Engine/SaveSystem.cs
parentbfe5bb2b107aabdb5b071a06ad430b20403e986f (diff)
downloadshiftos-c--2932b3e2301e872dc079dcd8a66dd6def17ab737.tar.gz
shiftos-c--2932b3e2301e872dc079dcd8a66dd6def17ab737.tar.bz2
shiftos-c--2932b3e2301e872dc079dcd8a66dd6def17ab737.zip
WOO
Diffstat (limited to 'source/WindowsFormsApplication1/Engine/SaveSystem.cs')
-rw-r--r--source/WindowsFormsApplication1/Engine/SaveSystem.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Engine/SaveSystem.cs b/source/WindowsFormsApplication1/Engine/SaveSystem.cs
index ac8a8c9..96c506c 100644
--- a/source/WindowsFormsApplication1/Engine/SaveSystem.cs
+++ b/source/WindowsFormsApplication1/Engine/SaveSystem.cs
@@ -460,6 +460,8 @@ namespace SaveSystem
DefaultUpgrades.Add(new Shiftorium.Upgrade("nb_tier_medium - 0 CP", null, null, "nodisplay", "fundamental"));
DefaultUpgrades.Add(new Shiftorium.Upgrade("nb_tier_hard - 0 CP", null, null, "nodisplay", "fundamental"));
+ //william341
+ DefaultUpgrades.Add(new Shiftorium.Upgrade("Command Line EXES - 50 CP", null, "With this upgrade we can make the operating system compatible with command line tools from Windows!", null, "useful"));
}
/// <summary>