Skip to content

Commit

Permalink
Merge branch 'ice-running' of https://github.com/copperwater/NetHack
Browse files Browse the repository at this point in the history
…into several-pr
  • Loading branch information
nhmall committed Sep 26, 2021
2 parents 026aec1 + 5b0c203 commit d3acd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hack.c
Expand Up @@ -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? */
Expand Down

0 comments on commit d3acd8a

Please sign in to comment.