From d9ff614f3cdc71d373c882433b0864f753b92c1b Mon Sep 17 00:00:00 2001 From: ItzAlen Date: Sun, 24 Oct 2021 20:31:43 +0700 Subject: [PATCH] Effects Polishing 54 --- src/UAW/content/UAWBlock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UAW/content/UAWBlock.java b/src/UAW/content/UAWBlock.java index 677292fa..a9563f4e 100644 --- a/src/UAW/content/UAWBlock.java +++ b/src/UAW/content/UAWBlock.java @@ -427,7 +427,7 @@ Items.surgeAlloy, new CanisterBulletType(2f, 30, 3, mineEMP) {{ recoilAmount = 6f; shootShake = 48f; range = 65 * tilesize; - minRange = range / 2.5f; + minRange = range / 4f; acceptCoolant = false; shootSound = UAWSfx.artilleryShootHuge;