Actually fixed Serpulo base gen

This commit is contained in:
Anuken
2022-05-09 18:24:27 -04:00
parent 31c5ef2dc5
commit 76f1cfbc07
6 changed files with 17 additions and 15 deletions

View File

@@ -8,6 +8,13 @@ public class ShootAlternate extends ShootPattern{
/** offset of barrel to start on */
public int barrelOffset = 0;
public ShootAlternate(float spread){
this.spread = spread;
}
public ShootAlternate(){
}
@Override
public void shoot(int totalShots, BulletHandler handler){
for(int i = 0; i < shots; i++){