// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("peppermint" );
set_short("peppermint" );
set_long("This white confection looks absolutely delicious. "
"It smells strongly of peppermint and looks extremely edible.\n" );
set_weight(1);
} /* setup() */