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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user