From c7c4ed6bae040ee8eb279c5a6422fa4f101c9a85 Mon Sep 17 00:00:00 2001 From: 50275 <68676339+50275@users.noreply.github.com> Date: Fri, 23 May 2025 20:20:46 -0400 Subject: [PATCH] Remove Quasar Recoil (#10842) Currently, Quasar moves backwards whenever it shoots. I propose completely removing this recoil. Discussion pending. https://discord.com/channels/391020510269669376/813425645518061678/1375623453453058050 --- core/src/mindustry/content/UnitTypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;