diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 09cd49f8ba..618cedb7e6 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2828,7 +2828,7 @@ public class UnitTypes{ y = -1f; heatColor = Color.valueOf("f9350f"); cooldownTime = 30f; - bullet = new BasicBulletType(7f, 10){{ + bullet = new BasicBulletType(7f, 120){{ sprite = "missile-large"; width = 7.5f; height = 13f;