Added crystalline stone vent variant

This commit is contained in:
Anuken
2022-09-12 19:47:54 -04:00
parent f968a8689c
commit a45c0f4a42
7 changed files with 12 additions and 6 deletions

View File

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