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