fix #H2642 - escaping from drowning by moving diagonally

From a bug report, you could crawl
out of water to avoid drowning by moving diagonally into an intact doorway
even though regular movement won't allow that.  (Second version of Medusa's
level has a door adjacent to water.)  You could also escape diagonally when
polymorphed into a grid bug.
This commit is contained in:
nethack.rankin
2012-04-30 21:25:05 +00:00
parent 2dc1a2e21e
commit ebf42e6746
4 changed files with 28 additions and 4 deletions

View File

@@ -832,6 +832,7 @@ adjust turning-to-stone or -slime messages when you have no limbs
wizard mode ^F on Plane of Water marked portal as seen but didn't display it
magic mapping now displays furniture in preference to known or remembered traps
or objects and known traps in preference to remembered objects
restrictions on diagonal movement were ignored when crawling out of water
Platform- and/or Interface-Specific Fixes