public void OnConsume(MobileEntity entity, Consumable item)
 {
     entity.SendLocalizedMessage(6300345);
     entity.ApplyDamage(entity, 10);
 }