From 2b2ba48850d3daa606cb9fcebc65604553e6addb Mon Sep 17 00:00:00 2001 From: EggleEgg <125359838+EggleEgg@users.noreply.github.com> Date: Sun, 4 Jan 2026 13:02:19 +0100 Subject: [PATCH] screw it, 0.5 --- core/src/mindustry/entities/abilities/ShieldArcAbility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/entities/abilities/ShieldArcAbility.java b/core/src/mindustry/entities/abilities/ShieldArcAbility.java index 1ab564628f..96e576c8bf 100644 --- a/core/src/mindustry/entities/abilities/ShieldArcAbility.java +++ b/core/src/mindustry/entities/abilities/ShieldArcAbility.java @@ -134,7 +134,7 @@ public class ShieldArcAbility extends Ability{ /** Velocity multiplier for reflected bullets on the opposite axis. Negative values = concave, positive values = convex */ public float reflectVel = 1f; /** Time multiplier for reflected bullets. */ - public float reflectTime = 1f - 0.3f; + public float reflectTime = 1f - 0.5f; /** Deflection sound. */ public Sound deflectSound = Sounds.none; public Sound breakSound = Sounds.shieldBreakSmall;