]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/ActorFactory.cs
Update source to compile on VS Studio for mac
[rbdr/super-polarity] / SuperPolarity / ActorFactory.cs
index f9c7697b2bb2b3b13f3e12db48d176d2215c85b1..1a8c10eb357c405b3e756ddb6a47d987df378763 100644 (file)
@@ -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);