mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-28 13:47:32 +07:00
formation tweaks
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user