diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 9ba51c2c6a..5945e50ed6 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -4285,6 +4285,7 @@ public class UnitTypes{ engineOffset = 6.5f; payloadCapacity = 0f; targetable = false; + bounded = false; outlineColor = Pal.darkOutline; isEnemy = false;