This commit is contained in:
Anuken
2020-09-25 18:49:31 -04:00
parent 059b72b3e2
commit dc30993898
5 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public class FlyingAI extends AIController{
moveTo(target, unit.range() * 0.8f);
unit.lookAt(target);
}else{
attack(80f);
attack(100f);
}
}