// Autogenned file
inherit LIQUID_OBJ;
void setup(){
// #class
set_name("beer" );
set_short("beer" );
set_main_plural("beers" );
set_medium_alias("Beer" );
set_long( "The easiest, and often the worst, sort of alcohol. It looks like it was "
"made in someone's backyard with a stick and some wheat.\n" );
set_amount(960 );
add_eat_effect( "/std/effects/ingested/drunk", 40);
} /* setup() */