From: PatR Date: Thu, 9 Feb 2023 23:31:41 +0000 (-0800) Subject: pull request #975 - maybe_unhide_at() X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5073aacffee56c67f7847557b8fea2843ba87443;p=nethack pull request #975 - maybe_unhide_at() 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 --- 5073aacffee56c67f7847557b8fea2843ba87443