// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("carrot" );
set_long("This is a rather nice looking orange carrot, just like carrots "
"are renowned for being.\n" );
set_weight(1 );
set_medium_alias( "Carrot");
} /* setup() */