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