formation tweaks

This commit is contained in:
Anuken
2020-09-24 15:49:39 -04:00
parent 0dccbf8598
commit 659da0a837

View File

@ -73,7 +73,7 @@ public class FormationAI extends AIController implements FormationMember{
//TODO return formation size
//eturn ((Commanderc)unit).formation().
}
return unit.hitSize * 0.65f;
return unit.hitSize * 1f;
}
@Override