This commit is contained in:
Anuken
2020-09-15 13:47:00 -04:00
parent 2e8d6b56df
commit d1b5b7eb3c
6 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ public class BuilderAI extends AIController{
}
//find new request
if(!unit.team().data().blocks.isEmpty() && following == null){
if(!unit.team().data().blocks.isEmpty() && following == null && timer.get(timerTarget3, 60 * 2f)){
Queue<BlockPlan> blocks = unit.team().data().blocks;
BlockPlan block = blocks.first();