// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name( "rhubarb" );
set_short( "stalk of rhubarb" );
set_long( "This is a tasty, sweet rhubarb. It looks like red celery.\n" );
add_alias( "stalk" );
add_plural( ({ "stalks" }) );
set_main_plural( "stalks of rhubarb" );
add_adjective( ({ "stalk", "of" }) );
set_medium_alias( "Rhubarb" );
set_weight( 2 );
set_weight_per_bite( 1 );
} /* setup() */