eating mimic corpses

Don't mimic gold if you are Unchanging at the time you eat a
mimic corpse.
This commit is contained in:
nethack.rankin
2002-10-21 08:19:17 +00:00
parent 1469d772ff
commit 810386390e
2 changed files with 2 additions and 1 deletions

View File

@@ -834,7 +834,7 @@ register int pm;
/* fall into next case */
case PM_SMALL_MIMIC:
tmp += 20;
if (youmonst.data->mlet != S_MIMIC) {
if (youmonst.data->mlet != S_MIMIC && !Unchanging) {
char buf[BUFSZ];
You_cant("resist the temptation to mimic a pile of gold.");
#ifdef STEED