screw it, 0.5

This commit is contained in:
EggleEgg 2026-01-04 13:02:19 +01:00
parent 5a4a884123
commit 2b2ba48850

View file

@ -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;