16171819202122
super(ShiboleetWeapon.ID, category, ammo); } @Override public Bullet shoot(Vec2 position) { return super.shoot(new ShiboleetBullet(position, this.getCategory(), this.getMask())); }