Merge branch 'ice-running' of https://github.com/copperwater/NetHack into several-pr
This commit is contained in:
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user