FRUIT
obj->which_kind = FRUIT;
if ((obj->what_is == FOOD) && (obj->which_kind == FRUIT)) {
if ((obj->which_kind == FRUIT) || rand_percent(60)) {