flying hero should be able to pass through a hole using '>'
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user