Bugfixes / Bundles updated

This commit is contained in:
Anuken
2019-09-26 15:41:42 -04:00
parent e15b6e7cff
commit 10ddb5f361
26 changed files with 770 additions and 256 deletions

View File

@@ -38,7 +38,7 @@ public abstract class FlyingUnit extends BaseUnit{
if(target == null) targetClosestEnemyFlag(BlockFlag.turret);
}
if(getClosestSpawner() == null && getSpawner() != null){
if(getClosestSpawner() == null && getSpawner() != null && target == null){
target = getSpawner();
circle(80f + Mathf.randomSeed(id) * 120);
}else if(target != null){