// Autogenned file
inherit "/obj/vessel.c";
void setup(){
// #class
  set_name("glass" );
  set_short("wine glass" );
  add_adjective("wine" );
  set_long("This is a nicely made wine glass, of the sort usually used to "         "serve red, white and rose wine in 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() */