fix 2nd part of #H4188 - monst fleeing up on lvl 1

The code to handle monsters fleeing up the upstairs on level 1 was
expecting those stairs to be normal upstairs but they are actually
sstairs like the ones down into the mines.  So monsters fled to the
Plane of Earth instead of escaping the dungeon as intended.
This commit is contained in:
PatR
2016-01-26 19:25:21 -08:00
parent 9085dc2d7e
commit 90c4898c9a
2 changed files with 21 additions and 17 deletions

View File

@@ -127,6 +127,8 @@ suppress "you climb up the stairs" message if verbose option is off
physical damage from mind flayer attack was being inflicted twice
adjust pending movement points when polymorphing into a slower creature
damage inflicted by burning glob of green slime gave wrong messages
monsters fleeing up the upstairs on level 1 were supposed to escape the
dungeon but ended up arriving on Plane of Earth
Platform- and/or Interface-Specific Fixes