From ef09525b70c0e5000deee3ae8a101d387bf989a3 Mon Sep 17 00:00:00 2001 From: MichaelTheShifter Date: Thu, 26 May 2016 19:11:01 -0400 Subject: 0.1.1 was released - time to update the repo. --- source/WindowsFormsApplication1/Hacking.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/WindowsFormsApplication1/Hacking.cs') 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); -- cgit v1.2.3