]> granicus.if.org Git - nethack/commitdiff
fixes entry for "Suddenly you cannot see it"
authorPatR <rankin@nethack.org>
Sat, 4 Sep 2021 21:29:15 +0000 (14:29 -0700)
committerPatR <rankin@nethack.org>
Sat, 4 Sep 2021 21:29:15 +0000 (14:29 -0700)
Pull request #585 fixes incorrect XOR logic caused by changes
accompanying introduction of gold dragons 5 or 6 weeks ago.

Closes #585

doc/fixes37.0

index 50fa00e7c58624f5975635001d4c8f2dff2cc8b6..0ad00083c58d888a47bd7cf94fa70baa9cd1483e 100644 (file)
@@ -790,6 +790,8 @@ when hero is displaced, make monsters who try to stay out of direct line do so
        with spot where they think the hero is rather than where he really is
 if hero died while wearing gold dragon scales/mail and left bones, they would
        still be emitting light witout being worn when bones got loaded
+if an invisible monster put on or took off armor while out of hero's sight
+       spurious message "Suddenly you cannot see it" would be given
 
 curses: 'msg_window' option wasn't functional for curses unless the binary
        also included tty support