diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 314a16fdf8..a083858114 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -176,8 +176,8 @@ public class UnitTypes{ bullet = new ArtilleryBulletType(2f, 20, "shell"){{ hitEffect = Fx.blastExplosion; knockback = 0.8f; - lifetime = 120f - 35f / 2f; - rangeOverride = 240f; + lifetime = 120f - (35f - 8f) / 2f; + maxRange = 240f; width = height = 14f; collides = true; collidesTiles = true;