// Autogenned file
inherit "/obj/misc/plate.c";
void setup(){
// #class
set_name("plate" );
set_short("side plate" );
add_adjective("side" );
set_long("This is a nicely made side plate, of the sort usually used to " "serve side orders 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() */