Merge branch 'ice-running' of https://github.com/copperwater/NetHack into several-pr
This commit is contained in:
+1
-1
@@ -2854,7 +2854,7 @@ lookaround(void)
|
|||||||
|
|
||||||
/* more uninteresting terrain */
|
/* more uninteresting terrain */
|
||||||
if (IS_ROCK(levl[x][y].typ) || levl[x][y].typ == ROOM
|
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;
|
continue;
|
||||||
} else if (closed_door(x, y) || (mtmp && is_door_mappear(mtmp))) {
|
} else if (closed_door(x, y) || (mtmp && is_door_mappear(mtmp))) {
|
||||||
/* a closed door? */
|
/* a closed door? */
|
||||||
|
|||||||
Reference in New Issue
Block a user