diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index a256483cea..98939b1056 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2040,6 +2040,7 @@ public class UnitTypes implements ContentList{ weaveMag = 4; weaveScale = 4; lifetime = 60f; + keepVelocity = false; shootEffect = Fx.shootHeal; smokeEffect = Fx.hitLaser; splashDamage = 13f;