diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 046ff3f378..3707aaf7f7 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -1311,6 +1311,7 @@ public class UnitTypes implements ContentList{ drag = 0.017f; lowAltitude = false; flying = true; + circleTarget = true; engineOffset = 12f; engineSize = 6f; rotateShooting = false;