diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 94e043a5de..6e34ac4264 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -437,7 +437,7 @@ public class UnitTypes{ bullet = new LaserBulletType(){{ damage = 45f; - recoil = 1f; + recoil = 0f; sideAngle = 45f; sideWidth = 1f; sideLength = 70f;