Erekir tech sector requirements

This commit is contained in:
Anuken
2021-12-25 22:17:18 -05:00
parent 9e0d562d96
commit 4fbeae1afc
8 changed files with 43 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ public class FlyingAI extends AIController{
}
if(target == null && command() == UnitCommand.attack && state.rules.waves && unit.team == state.rules.defaultTeam){
moveTo(getClosestSpawner(), state.rules.dropZoneRadius + 120f);
moveTo(getClosestSpawner(), state.rules.dropZoneRadius + 130f);
}
if(command() == UnitCommand.rally){