// *** Breakfast Counter **
// Getting a muffin from the Breakfast Counter at the Monorail Station
// is a good choice, if you have an earthware muffin tin.
//
// muffins give lots of stats (150/150/150), grant 25 turns of a
// muffin-specific buff, and, if you eat the muffin as your first food,
// 10 turns of Started Your Day Right - Experience: +3, Muscle Percent:
// +25, Mysticality Percent: +25, Moxie Percent: +25
//
// blueberry muffin All Blued Up Meat Drop +60, MP Regen 2-3, HP Regen 5-10
// bran muffin All Branned Up Item Drop +60, MP Regen 5-7
// chocolate chip muffin All Chipped Up Meat Drop: +30, Item Drop: +20, MP Regen 4-5, HP Regen 3-6
// none any of the above, chosen circularly
boolean should_eat_muffins = define_property( "VMF.EatMuffins", "boolean", "false" ).to_boolean();
item muffin_to_order = define_property( "VMF.MuffinToOrder", "item", "none" ).to_item();