dungeon overview when escaping the dungeon

Noticed while testing something.  Final disclosure of dungeon
overview showed "Level 1: <- You were here", which looked a bit odd
when the game ended by climbing the stairs to escape the dungeon.
Change the annotation when escaping to be "<- You left from here".

'Here' will usually be level 1, but not always.
This commit is contained in:
PatR
2016-08-03 18:51:55 -07:00
parent b49830f4c1
commit e03c14eeae
2 changed files with 6 additions and 2 deletions

View File

@@ -326,6 +326,8 @@ when poly'd into an engulfer which does digestion damage, a kill resulting in
any corpse eaten by omnivorous hero always tasted "terrible"
eating the corpse of a unique non-named monster (Wizard of Yendor, Oracle,
Chromatic Dragon, others) gave "The the <monster corpse> tastes ..."
when escaping the dungeon, change "you were here" annotation in dungeon
overview to "you left from here"
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository