// Autogenned file
inherit LIQUID_OBJ;
void setup(){
// #class
  set_name("mead" );
  set_short("mead" );
  set_main_plural("meads" );
  set_medium_alias("Mead" );
  set_long( "Made from honey and other indescribable things, mixed in a bucket and left " "somewhere for ages.  It doesn't just look like this, you are sure it tastes " "like it was happier being honey too.\n" );
  set_amount(960 );
  add_eat_effect("/std/effects/ingested/drunk", 40);
} /* setup() */