Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-09-08 10:39:57 -04:00
4 changed files with 17 additions and 27 deletions

View File

@@ -79,7 +79,8 @@ boolean forceshow;
} else if (!in_fcorridor(grd, u.ux, u.uy)) {
if (mtmp->mtame)
yelp(mtmp);
(void) rloc(mtmp, FALSE);
if (!rloc(mtmp, TRUE))
m_into_limbo(mtmp);
}
}
lev = &levl[fcx][fcy];