fix #Q251 - reading engravings while asleep

From a bug report, floating down onto an engraving
due to levitation timeout would yield "You read: <engraving text>" even if
you were asleep at the time.  Random teleport while asleep could produce a
similar result.  The problem was actually a little bigger:  you'd also get
"You see <object> here" if there was an object instead of or in addition to
an engraving.
This commit is contained in:
nethack.rankin
2006-02-04 04:06:16 +00:00
parent 702060c4de
commit fbe6b0278f
2 changed files with 10 additions and 1 deletions

View File

@@ -113,6 +113,8 @@ reduced message verbosity when monster with multiple attacks missed wildly
zapping a never seen wand while blinded won't make the wand a discovery
zapping an unID'd wand of teleportation at self will discover it (usually)
zapping unlocking magic at self while punished will remove attached chain
don't see objects or read engraving when hero changes location (random
teleport) or position (levitation timeout) while asleep or fainted
Platform- and/or Interface-Specific Fixes