// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("honeycomb" );
set_short("honeycomb" );
add_adjective( ({ "honey" }) );
add_alias( ({ "comb" }) );
add_plural( ({ "honeycombs", "combs" }) );
set_long( "This is a waxy structure, constructed by the "
"bees, consisting of adjacent hexagonal cells "
"in which honey is stored.\n" );
set_piece_description( "This appears to be a piece of honeycomb. "
"It is waxy structure consisting of adjacent hexagonal cells "
"in which honey is stored.\n" );
set_weight(10 );
set_weight_per_bite(1 );
do_cure( );
} /* setup() */