feedback when escaping lava

Fix the duplicate feedback given when landing on one or more items
after teleporting out of lava.

This also avoids "you find yourself back on solid water" if you are
able to survive at a water location and safe_teleds() puts you on one.
This commit is contained in:
PatR
2023-03-27 17:08:18 -07:00
parent 2855f71764
commit 0532eae7d2
3 changed files with 34 additions and 4 deletions

View File

@@ -1127,6 +1127,8 @@ having worn levitation boots removed and destroyed (scroll, monster spell,
yielded "object lost" panic if program had been built with a debugging
malloc implementation which overwrites the contents of freed memory
ensure that all window interfaces respect flags.silent (suppress terminal beep)
falling into lava, being life-saved, and teleporting out could yield redundant
descriptions of what was present at hero's new location
Fixes to 3.7.0-x General Problems Exposed Via git Repository