// Autogenned file
inherit "/obj/vessel.c";
void setup(){
// #class
  set_name("tankard" );
  set_short("large tankard" );
  add_adjective("large" );
  set_long("This is a large tankard, of the sort usually used to serve beer "         "and cider in pubs and restaurants when a pint glass isn't quite "         "enough.\n" );
  set_stuck(1  );
  set_leak_rate(0  );
  set_value(100 );
  set_weight(5 );
  set_max_volume(4000  );
  set_material("glass"  );
  add_property("fragile",500  );
  add_property("pub item",1  );
  remove_property("opaque" );
} /* setup() */