Shift swarmer shoot barrels to match the chutes (#8624)

Similar to how cyclone shoot barrels match the ends of each barrel.
This commit is contained in:
MEEPofFaith
2023-05-19 10:53:06 -04:00
committed by GitHub
parent 5db4c67477
commit 6cd778783e
+6 -3
View File
@@ -3414,10 +3414,13 @@ public class Blocks{
}}
);
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;
}};