From 69f901561971b2d5a7a0aebb63bd378a4b7b1ad4 Mon Sep 17 00:00:00 2001 From: ComputeLinux Date: Sat, 23 Jul 2016 10:16:05 -0700 Subject: Add WindowsEXE running as a shiftorium thing. --- source/WindowsFormsApplication1/Engine/SaveSystem.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/WindowsFormsApplication1/Engine/SaveSystem.cs') 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")); } /// -- cgit v1.2.3