// Autogenned file
inherit "/obj/vessel.c";
void setup(){
// #class
set_name("glass" );
set_short("flute glass" );
add_adjective("flute" );
set_long("This is a tall, thin, flute glass, of the sort usually used to " "serve sparkling wine in the more refined pubs and restaurants.\n" );
set_stuck(1 );
set_leak_rate(0 );
set_value(100 );
set_weight(5 );
set_max_volume(700 );
set_material("glass" );
add_property("fragile",500 );
add_property("pub item",1 );
remove_property("opaque" );
} /* setup() */