Misc bugfixes & balancing

This commit is contained in:
Anuken
2022-10-03 18:01:23 -04:00
parent eb1192cdbe
commit bd7a8ff02a
5 changed files with 11 additions and 13 deletions

View File

@@ -175,7 +175,7 @@ public class CommandAI extends AIController{
}
//others have arrived at destination, so this one will too
if(count >= Math.max(2, local.size / 2)){
if(count >= Math.max(3, local.size / 2)){
targetPos = null;
}
}