// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name( "onion" );
set_short( "small onion" );
add_adjective( "small" );
set_main_plural( "small onions" );
set_medium_alias( "Onion" );
set_long( "This is a small onion, of the extra-tearful "
"variety.\n" );
set_weight( 1);
} /* setup() */