// Autogenned file
inherit LIQUID_OBJ;
void setup(){
// #class
set_name("whiskey" );
set_short("whiskey" );
set_main_plural("whiskeys" );
set_medium_alias("Whiskey" );
set_long( "Raw and burning, this stuff burns it's way down to your stomach. You can "
"smell the alcohol coming off it.\n" );
add_eat_effect( "/std/effects/ingested/drunk", 800 );
set_amount(960);
} /* setup() */