diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 5e8a449242..f6992de8b2 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -3497,6 +3497,8 @@ public class UnitTypes{ trailWidth = 2.2f; trailLength = 7; trailChance = -1f; + + collidesAir = false; despawnEffect = Fx.none; splashDamage = 50f;