]> granicus.if.org Git - nethack/commitdiff
fixes entry for PR #784 - reset just-picked-up
authorPatR <rankin@nethack.org>
Fri, 3 Jun 2022 19:31:00 +0000 (12:31 -0700)
committerPatR <rankin@nethack.org>
Fri, 3 Jun 2022 19:48:38 +0000 (12:48 -0700)
Pull request from entrez:  the just-picked-up flag on recently
picked up items was being reset when you stepped on other items
without picking anything else up.

Closes #784

doc/fixes3-7-0.txt

index 7c5bc81ec326a1d936d1f553ec4f5e8407e27ca2..7846e58386d0ab85954f1cb698ba5452f566e5cb 100644 (file)
@@ -1232,6 +1232,8 @@ for menustyle:Traditional, fix 'P' for just picked up items in inventory when
 restrict stunning effect to is_xport trap types
 lua's garbage collection didn't like the way nethack was trying to use it and
        issued a pair of warnings each time the relevant code got run
+items flagged as just-picked-up were unflagged if you stepped on other items
+       without picking anything up
 
 curses: 'msg_window' option wasn't functional for curses unless the binary
        also included tty support