From cd9614f913cdf2012a40bd9c422ac046819aaf3f Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 31 Jan 2025 23:48:16 -0500 Subject: [PATCH] Fixed #10452 --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 4a5de1909e..8c71a74b18 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -5213,7 +5213,7 @@ public class Blocks{ shake = 6f; ammoPerShot = 15; - maxAmmo = 30; + maxAmmo = 45; shootY = -1; outlineColor = Pal.darkOutline; size = 4;