Fixed alpha drones dying on load

This commit is contained in:
Anuken
2018-08-24 15:52:05 -04:00
parent 8b0bbffe27
commit c64459dbf4
2 changed files with 7 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ public class UnitTypes implements ContentList{
speed = 0.5f;
maxVelocity = 1.6f;
range = 40f;
health = 15;
health = 20;
weapon = Weapons.droneBlaster;
trailColor = Color.valueOf("ffd37f");
}