polymorph engulfing monster display bit

- <Someone> reported that the swallowed display did not update immediately if
you managed to polymorph the monster that was engulfing you into another
engulfing monster
This commit is contained in:
cohrs
2002-04-15 15:33:44 +00:00
parent 6502474697
commit 27fb054937
2 changed files with 5 additions and 0 deletions

View File

@@ -2368,6 +2368,9 @@ boolean polyspot; /* change is the result of wand or spell of polymorph */
mtmp->mhp = 1; /* almost dead */
}
expels(mtmp, olddata, FALSE);
} else {
/* update swallow glyphs for new monster */
swallowed(0);
}
} else if (!sticks(mdat) && !sticks(youmonst.data))
unstuck(mtmp);