]> granicus.if.org Git - nethack/commit
fix #H7039 - autodescribe of hallucinated statue
authorPatR <rankin@nethack.org>
Sat, 7 Apr 2018 23:08:10 +0000 (16:08 -0700)
committerPatR <rankin@nethack.org>
Sat, 7 Apr 2018 23:08:10 +0000 (16:08 -0700)
commit38df5360e0b6b1670e9a0b9076e5897746fffe21
treef6c58101fb2630243464800858eb746374b4450f
parent297fb5522eb7453cef42d1dfd9d717f043c5966b
fix #H7039 - autodescribe of hallucinated statue

Having the autodescribe feature enabled and moving the cursor onto
a statue yields "statue of a <mon>" under normal circumtances, but
when done while hallucinating the feedback was just blank (because
the lookat() code couldn't find any monster at statue's location).
Now it will be "<random mon>" (not "statue of a <random mon>")
instead, same as when moving cursor over glyphs of actual monsters.
doc/fixes36.1
src/pager.c