diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 8866bd2578..d371f63202 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -1624,7 +1624,7 @@ public class UnitTypes implements ContentList{ xRand = 8f; shotDelay = 1f; - bullet = new MissileBulletType(4.2f, 40){{ + bullet = new MissileBulletType(4.2f, 42){{ homingPower = 0.12f; width = 8f; height = 8f; @@ -1634,7 +1634,7 @@ public class UnitTypes implements ContentList{ keepVelocity = false; splashDamageRadius = 35f; splashDamage = 45f; - lifetime = 56f; + lifetime = 62f; trailColor = Pal.bulletYellowBack; backColor = Pal.bulletYellowBack; frontColor = Pal.bulletYellow; @@ -1662,11 +1662,11 @@ public class UnitTypes implements ContentList{ shots = 3; shotDelay = 4f; inaccuracy = 1f; - bullet = new BasicBulletType(7f, 55){{ + bullet = new BasicBulletType(7f, 57){{ width = 13f; height = 19f; shootEffect = Fx.shootBig; - lifetime = 30f; + lifetime = 35f; }}; }}); }};