Merge branch 'ice-running' of https://github.com/copperwater/NetHack into several-pr

This commit is contained in:
nhmall
2021-09-26 08:54:47 -04:00

View File

@@ -2854,7 +2854,7 @@ lookaround(void)
/* more uninteresting terrain */
if (IS_ROCK(levl[x][y].typ) || levl[x][y].typ == ROOM
|| IS_AIR(levl[x][y].typ)) {
|| IS_AIR(levl[x][y].typ) || levl[x][y].typ == ICE) {
continue;
} else if (closed_door(x, y) || (mtmp && is_door_mappear(mtmp))) {
/* a closed door? */