// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("orange" );
set_short("orange" );
set_long("This is an orange, the most orange fruit there is.\n" );
set_main_plural("oranges" );
add_plural("oranges" );
set_weight(1 );
set_medium_alias("Orange" );
set_weight_per_bite(1 );
} /* setup() */