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
c3ccd93a88.

fixes #904
This commit is contained in:
PatR
2022-10-23 00:18:42 -07:00
parent 47076c3625
commit 4e85ad85cc

View File

@@ -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 wait for a response after displaying wishing help; affects X11
guardian nagas' constriction attack could never hit because the two preceding guardian nagas' constriction attack could never hit because the two preceding
attacks must both hit and those were mutually exclusive: bite and spit 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 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository