// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("bread" );
set_short("farm house bread" );
add_adjective(({ "farm", "house" }) );
set_long("This is one of those wholesome, traditionally baked, "
"farmhouse loaves. It is very crusty, and only slightly stale. This "
"is the sort of bread you can get your teeth into.\n" );
set_weight(10 );
set_value(10 );
set_main_plural("loaves of bread" );
add_plural("loaves" );
set_weight_per_bite(2);
} /* setup() */