From 4e85ad85cc6cd55296eeb9fc621954fa48e81516 Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 23 Oct 2022 00:18:42 -0700 Subject: [PATCH] fixes entry for PR #904 - duplicate invlet Pull request from entrez: explicitly throwing 1 out of stack of more than 1 and then having the throw be rejected by tageting yourself did not recombine the split, resulting in stacks of 1 and N-1 that both had the same inventory letter. Undo the split if throwing fails. A similar fix was made for gold a year and a half ago by commit c3ccd93a88d88228c20997ae9e40906a8dd68733. fixes #904 --- doc/fixes3-7-0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 33995e453..0ca6561d3 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1046,6 +1046,8 @@ give hero poly'd into a giant 19 strength instead of 18/100 wait for a response after displaying wishing help; affects X11 guardian nagas' constriction attack could never hit because the two preceding attacks must both hit and those were mutually exclusive: bite and spit +explicitly throwing 1 for non-gold stack of more than 1 and then canceling at + direction prompt left a pair of stacks of 1 and N-1 with same invlet Fixes to 3.7.0-x Problems that Were Exposed Via git Repository