// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("cabbage" );
set_short("green leafy cabbage" );
set_long("This is a cabbage. Cabbage is the oldest and "
"most widely grown vegetable of the brassica group, belonging "
"to the mustard family.\n" );
set_medium_alias("Cabbage" );
add_adjective(({"green","leafy"}) );
set_main_plural("green leafy cabbages" );
add_plural("cabbages" );
set_weight(1);
} /* setup() */