// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("melon" );
set_short("juicy melon" );
set_long("This is a large juicy melon. It looks like the sort of "
"fruit that will spend most of its time dripping off your chin "
"as you try to eat it.\n" );
add_adjective("juicy" );
set_medium_alias("Melon" );
set_main_plural("juicy melons" );
add_plural("melons" );
set_weight(3 );
set_piece_description("This used to be a nice melon, now it appears to just "
"be a piece of a melon.\n" );
set_weight_per_bite(1);
} /* setup() */