]> granicus.if.org Git - nethack/commitdiff
pull request #975 - maybe_unhide_at()
authorPatR <rankin@nethack.org>
Thu, 9 Feb 2023 23:31:41 +0000 (15:31 -0800)
committerPatR <rankin@nethack.org>
Thu, 9 Feb 2023 23:31:41 +0000 (15:31 -0800)
Pull request from entrez:  mayby_unhide_at() operating on the hero
rather than on a monster was buggy because it was looking at the wrong
fields when checking for being hidden (recently fixed) and for being
trapped (fixed here) because those are tracked by fields in 'u' rather
than in 'youmonst'.

Closes #975


Trivial merge