This commit is contained in:
Anuken
2021-02-17 17:12:32 -05:00
parent 76dbdb59ce
commit d0dc1ea132
2 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ public class AIController implements UnitController{
}
protected boolean retarget(){
return timer.get(timerTarget, 40);
return timer.get(timerTarget, target == null ? 40 : 90);
}
protected Teamc findTarget(float x, float y, float range, boolean air, boolean ground){