I removed this from the Mage common file, any input on doing this?
Spell.BuffSelf("Conjure Refreshment", ret => !Gotfood && !ShouldSummonTable),
new Decorator(ret => !HaveManaGem && SpellManager.CanCast("Conjure Mana Gem"),
new Sequence(
new Action(ret =>Logger.Write("Casting Conjure Mana Gem")),
new Action(ret => SpellManager.Cast(759)))),