Fixed alpha drones dying on load
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user