// Autogenned file
inherit LIQUID_OBJ;
void setup(){
// #class
set_name("ale" );
set_short("dwarf ale" );
set_main_plural("dwarf ale" );
add_adjective("dwarf" );
set_long("This is strong dwarfish ale, liable to render even the most "
"hardy completely stuporose. Imbibe at your peril.\n" );
add_eat_effect( "/std/effects/ingested/drunk", 400 );
set_amount(100);
} /* setup() */