flying hero should be able to pass through a hole using '>'

This commit is contained in:
nhmall
2019-12-16 00:25:20 -05:00
parent e8f313bc2d
commit edd9d5b810
4 changed files with 14 additions and 8 deletions

View File

@@ -1042,7 +1042,7 @@ dokick()
return 1;
} else if (!rn2(4)) {
if (dunlev(&u.uz) < dunlevs_in_dungeon(&u.uz)) {
fall_through(FALSE);
fall_through(FALSE, 0);
return 1;
} else
goto ouch;