// Autogenned file
inherit FOOD_OBJ;
void setup(){
  set_name("panda's fur" );
  set_short("panda's fur" );
  set_long("This dish is a combination of white and black rice neatly "
           "arranged to resemble a panda.\n" );
  set_medium_alias("rice" );
  set_medium_alias("fur" );
  add_property("no recycling", 1 );
  add_adjective(("panda's") );
  add_property("determinate", "some " );
  set_main_plural("panda's furs"  );
  add_plural("furs" );
  set_weight(4 );
  set_weight_per_bite(1 );
  set_value(750);
} /* setup() */