From: PatR Date: Fri, 3 Jun 2022 19:31:00 +0000 (-0700) Subject: fixes entry for PR #784 - reset just-picked-up X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5642d8bc4ed2b85ae561da9ff6633b39725bfff;p=nethack fixes entry for PR #784 - reset just-picked-up 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 --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 7c5bc81ec..7846e5838 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -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