Quell no longer targets flying units

This commit is contained in:
Anuken
2023-02-13 14:12:53 -05:00
parent ec8262418f
commit b08136e3ea
3 changed files with 12 additions and 4 deletions

View File

@@ -884,7 +884,6 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
Drawf.square(unit.x, unit.y, unit.hitSize / 1.4f + 1f);
//TODO when to draw, when to not?
if(ai.attackTarget != null && ai.currentCommand().drawTarget){
Drawf.target(ai.attackTarget.getX(), ai.attackTarget.getY(), 6f, Pal.remove);
}