From 9ad526c0233134a928cb5889dccb94458fc6dfd0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 26 Jun 2018 17:03:58 -0500 Subject: Update source to compile on VS Studio for mac --- SuperPolarity/ActorFactory.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'SuperPolarity/ActorFactory.cs') diff --git a/SuperPolarity/ActorFactory.cs b/SuperPolarity/ActorFactory.cs index f9c7697..1a8c10e 100644 --- a/SuperPolarity/ActorFactory.cs +++ b/SuperPolarity/ActorFactory.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -132,8 +132,8 @@ namespace SuperPolarity ship.MaxVelocity = 0.5f; ship.FleeVelocity = 5; ship.ChargeVelocity = 1; - ship.Value = 10; - ship.HP = 29; + ship.Value = 7; + ship.HP = 39; ship.SetPolarity(polarity); ActorManager.CheckIn(ship); -- cgit