// Autogenned file
inherit "/obj/misc/plate.c";
void setup(){
// #class
set_name("plate" );
set_short("dessert plate" );
add_adjective("dessert" );
set_long("This is a nicely made dessert plate, complete with cutlery, of the " "sort usually used to serve desserts in pubs and restaurants. You " "could probably eat from it, if it contained food.\n" );
set_value(100 );
set_weight(5 );
set_max_weight(30 );
set_material("pottery" );
add_property("fragile",500 );
add_property("pub item",1 );
remove_property("opaque" );
} /* setup() */