This commit is contained in:
Anuken
2020-03-21 16:40:39 -04:00
parent 4813d6c8ff
commit 148abaccd9
6 changed files with 41 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ public class AIController implements UnitController{
}
protected boolean retarget(){
return timer.get(timerTarget, 20);
return timer.get(timerTarget, 30);
}
protected void targetClosest(){