A patch in late January to suppress suits as likely candidates for
the 'R' command when wearing a cloak also unintentionally suppressed
rings when wearing non-cursed (or not yet known to be cursed) gloves.
Cloak always blocks suit removal; gloves only block ring removal if
cursed.
This commit is contained in:
PatR
2016-04-16 17:25:33 -07:00
parent 953ee96f7e
commit 828c244ff3
2 changed files with 3 additions and 1 deletions

View File

@@ -213,6 +213,7 @@ post-3.6.0: fix "object lost" panic during pickup caused by sortloot revamp
post-3.6.0: more sortloot revisions
post-3.6.0: fix inventory menu for response of '?' to getobj (more sortloot
revamp fallout)
post-3.6.0: rings covered by non-cursed gloves not listed as 'R' candidates
Platform- and/or Interface-Specific Fixes