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
This commit is contained in:
PatR
2022-06-03 12:31:00 -07:00
parent fd3f50ebba
commit f5642d8bc4

View 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