This commit is contained in:
Anuken
2020-05-02 12:58:54 -04:00
parent fed4d10ec6
commit 25f07e7bcb
4 changed files with 19 additions and 8 deletions

View File

@@ -186,7 +186,7 @@ public class DesktopInput extends InputHandler{
Fx.commandSend.at(player);
Units.nearby(player.team(), player.x(), player.y(), 200f, u -> {
if(u.isAI()){
u.controller(new MimicAI(player.unit()));
u.controller(new FormationAI(player.unit()));
}
});
}