diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 3f6dd01948..6ad0a5b3dd 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -3413,11 +3413,14 @@ public class Blocks{ lightningLength = 10; }} ); - - shoot = new ShootAlternate(){{ + + shoot = new ShootBarrel(){{ + barrels = new float[]{ + -4, -1.25f, 0, + 0, 0, 0, + 4, -1.25f, 0 + }; shots = 4; - barrels = 3; - spread = 3.5f; shotDelay = 5f; }};