// Autogenned file
inherit FOOD_OBJ;
void setup(){
set_name("cake" );
set_short("strawberry cake" );
add_adjective("strawberry" );
set_long("The white, soft moist cake with gobs of pink icing melts in your hands "
"as well as in your mouth.\n" );
set_weight(20 );
set_weight_per_bite(1);
} /* setup() */