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