U338 - dismounting into known traps

When dismounting by choice and not impaired, the player could end up in a
known trap even if better positions were available.  This change allows
the landing spot to prefer non-traps in these cases.
This commit is contained in:
cohrs
2003-06-08 17:51:57 +00:00
parent 083efbb630
commit e33b62192c
2 changed files with 30 additions and 21 deletions

View File

@@ -90,6 +90,7 @@ use correct pronoun for unique monsters
hostile monsters who follow you between levels won't do so if they're fleeing
options for font_size for map, menu, message, status, and text all had the
same description of "the size of the map font" in options.c
when dismounting by choice and unimpaired, try not to land in a known trap
Platform- and/or Interface-Specific Fixes