mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 07:50:54 -07:00
formation tweaks
This commit is contained in:
parent
0dccbf8598
commit
659da0a837
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue