// Autogenned file
inherit "/obj/vessel.c";
void setup(){
// #class
set_name("teacup" );
set_short("teacup" );
set_long("This is a teacup, complete with saucer, of the sort usually used " "to serve tea.\n" );
set_stuck(1 );
set_leak_rate(0 );
set_value(100 );
set_weight(5 );
set_max_volume(900 );
set_material("pottery" );
add_property("fragile",500 );
add_property("pub item",1 );
remove_property("opaque" );
} /* setup() */