diff options
| author | william341 <[email protected]> | 2016-07-23 10:19:56 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-23 10:19:56 -0700 |
| commit | 08342014cb241f7d4f5f8953a9fb67d7123f9593 (patch) | |
| tree | 1de3fe485b8bcc080b8ed8e1ebb90f756fc60c21 /source/WindowsFormsApplication1/Engine/SaveSystem.cs | |
| parent | c2acf569185ddd628b591e1b149da74dd301e93d (diff) | |
| parent | 60ca1cf76437bb35d4923b2d4e6f7d06d3189033 (diff) | |
| download | shiftos-c--08342014cb241f7d4f5f8953a9fb67d7123f9593.tar.gz shiftos-c--08342014cb241f7d4f5f8953a9fb67d7123f9593.tar.bz2 shiftos-c--08342014cb241f7d4f5f8953a9fb67d7123f9593.zip | |
Merge pull request #15 from ComputeLinux/master
Commiting something
Diffstat (limited to 'source/WindowsFormsApplication1/Engine/SaveSystem.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Engine/SaveSystem.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Engine/SaveSystem.cs b/source/WindowsFormsApplication1/Engine/SaveSystem.cs index 9381d9b..492778e 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> |
