U29 - mounting steed gets thru tight spots

Mounting a steed would work even when done diagonally at a doorway,
such as a shop door.  Use test_move to check for all such moves and disallow
the mount in this case.
This commit is contained in:
cohrs
2002-08-30 06:17:41 +00:00
parent 38c663056c
commit 36905aaf96
2 changed files with 5 additions and 2 deletions

View File

@@ -227,6 +227,8 @@ fix impossible when hitting/jousting a monster causes it to be killed twice
fix a GOLDOBJ crash/hang in take_gold() that could be triggered by reading a
cursed spellbook, or by sitting on a throne
kicking a tree could produce 0 to 4 killer bees but it should have been 1 to 5
mounting a steed allowed hero to make moves that would otherwise be disallowed
including mounting diagonally in a shop doorway
Platform- and/or Interface-Specific Fixes