SC343-9 followup (trunk only)
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.)
This commit is contained in:
@@ -2014,7 +2014,7 @@ create_particular()
|
||||
}
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user