From b90f51224c44cd60623693696232cb060a443292 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 15 Dec 2020 18:07:15 -0500 Subject: [PATCH] Fixed #3996 --- core/src/mindustry/content/UnitTypes.java | 1 + 1 file changed, 1 insertion(+) 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;