private void DropPotion() { if (Powerup != 0) { Potion myPotion = new Potion(_game, Powerup); myPotion.DropPotion(this.Position.X, this.Position.Y, this.Texture.GetWidth(), this.Texture.GetHeight()); } }