From ff254d4fdfb94fdc00b3941e1c37027c6d6d7743 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 15 Dec 2020 19:09:33 -0500 Subject: [PATCH] Fixed #3997 --- core/src/mindustry/content/Bullets.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/mindustry/content/Bullets.java b/core/src/mindustry/content/Bullets.java index 04a04ffbb1..2a19289cbf 100644 --- a/core/src/mindustry/content/Bullets.java +++ b/core/src/mindustry/content/Bullets.java @@ -172,7 +172,7 @@ public class Bullets implements ContentList{ }}; flakGlass = new FlakBulletType(4f, 3){{ - lifetime = 70f; + lifetime = 60f; ammoMultiplier = 5f; shootEffect = Fx.shootSmall; reloadMultiplier = 0.8f; @@ -206,7 +206,6 @@ public class Bullets implements ContentList{ }}; fragGlass = new FlakBulletType(4f, 3){{ - lifetime = 70f; ammoMultiplier = 3f; shootEffect = Fx.shootSmall; reloadMultiplier = 0.8f;