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 07:53:06 -07:00 committed by GitHub
parent 5db4c67477
commit 6cd778783e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}};