// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("tomato" );
set_short("plump tomato" );
set_long("This is a lovely plump tomato. It looks tasty, "
"it would go down a treat with some ham.\n" );
add_adjective("plump" );
set_main_plural("plump tomatoes" );
add_plural("tomatoes" );
set_medium_alias("Tomato" );
set_weight(1);
} /* setup() */