diff options
| author | MichaelTheShifter <[email protected]> | 2016-05-26 19:11:01 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-05-26 19:11:01 -0400 |
| commit | ef09525b70c0e5000deee3ae8a101d387bf989a3 (patch) | |
| tree | 254cb38ab6fcb914b6a10e6d268535d104e1530e /source/WindowsFormsApplication1/Hacking.cs | |
| parent | c43d82eebd5e71ff5860fb2797bc4ebaa90e541e (diff) | |
| download | shiftos-c--ef09525b70c0e5000deee3ae8a101d387bf989a3.tar.gz shiftos-c--ef09525b70c0e5000deee3ae8a101d387bf989a3.tar.bz2 shiftos-c--ef09525b70c0e5000deee3ae8a101d387bf989a3.zip | |
0.1.1 was released - time to update the repo.
Diffstat (limited to 'source/WindowsFormsApplication1/Hacking.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Hacking.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Hacking.cs b/source/WindowsFormsApplication1/Hacking.cs index 2791f09..ba54532 100644 --- a/source/WindowsFormsApplication1/Hacking.cs +++ b/source/WindowsFormsApplication1/Hacking.cs @@ -437,7 +437,7 @@ namespace ShiftOS public static void StartBattleTutorial() { var e = new EnemyHacker("Tutorial", "Tutorial hacker", "Tutorial hacker", 0, 0, "easy"); - var y = new Hacking_YourHealth(e); + var y = new HackUI(e); y.IsTutorial = true; API.CreateForm(y, "You", Properties.Resources.iconTerminal); } @@ -486,6 +486,7 @@ namespace ShiftOS else { var c = new Module(SystemType.Core, 1, "localhost"); + c.HP = 100; //bugfix: core not appearing during battle on new save c.X = 0; c.Y = 0; MyNetwork.Add(c); |
