// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("dumpling" );
set_short("dumpling" );
set_long( "Dough, cooked to a lovely fine sort of doughy consitancy. Luckily it "
"looks like it was dipped in a pot of lard before you need to eat it.\n" );
set_piece_description("The sliced up dumping is swimming in lard, so it "
"looks quite edible.\n" );
set_weight(10 );
set_weight_per_bite(2);
} /* setup() */