From d81efe4f71f0da7c6ad79265bf5d44daaf609f14 Mon Sep 17 00:00:00 2001 From: Sh1p*nfire <73347888+Sh1penfire@users.noreply.github.com> Date: Wed, 26 Jan 2022 02:05:52 +1100 Subject: [PATCH] fix Cyerce's frag keeping owner velocity (#6527) --- 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 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;