monst->cham usage bit. CHAM_ORDINARY probably ought to be discarded
and replaced by NON_PM; then mons[0] wouldn't be ineligible to become a
shapechanger. (Not that we want giant ants to mutate on the fly, but in
case someone ever inserts something interesting in front of them.)
}
if (mtmp) {
madeany = TRUE;
- if (mtmp->cham && firstchoice != NON_PM)
+ if (mtmp->cham != CHAM_ORDINARY && firstchoice != NON_PM)
(void)newcham(mtmp, &mons[firstchoice], FALSE, FALSE);
}
}