diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 98939b1056..cf20f4f0ed 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2232,6 +2232,7 @@ public class UnitTypes implements ContentList{ backColor = Pal.heal; frontColor = Color.white; width = height = 12f; + shrinkY = 0f; speed = 5f; trailLength = 20; trailWidth = 6f;