mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
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:
parent
5db4c67477
commit
6cd778783e
1 changed files with 7 additions and 4 deletions
|
|
@ -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;
|
||||
}};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue