public override void Draw(SpriteBatch spriteBatch)
 {
     base.Draw(spriteBatch);
     Bootlegdust.ForEach(BootlegDust => BootlegDust.Draw(spriteBatch));
     Recalculate();
 }