Targeting bugfixes

This commit is contained in:
Anuken
2020-05-20 13:56:17 -04:00
parent 611115e55b
commit aa19c80567
13 changed files with 19 additions and 17 deletions

View File

@@ -174,12 +174,14 @@ public class UnitTypes implements ContentList{
reaper = new UnitType("reaper"){{
speed = 1.1f;
accel = 0.08f;
accel = 0.02f;
drag = 0.05f;
mass = 30f;
rotateSpeed = 0.5f;
flying = true;
lowAltitude = true;
health = 75000;
engineOffset = 40;
engineOffset = 38;
engineSize = 7.3f;
hitsize = 58f;