Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-12-13 17:37:46 -05:00
13 changed files with 22 additions and 18 deletions

View File

@@ -2839,7 +2839,7 @@ int x, y;
if (!IS_DOOR(lev_p->typ))
return FALSE;
/* all rogue level doors are doorless but disallow diagonal access, so
we treat them as if their non-existant doors were actually present */
we treat them as if their non-existent doors were actually present */
if (Is_rogue_level(&u.uz))
return FALSE;
return !(lev_p->doormask & ~(D_NODOOR | D_BROKEN));