artifacts in final score

Fix the problem From a bug report.  An earlier fix (3.3.1)
made them be listed during final disclosure, but the points shown for
them actually got left out of the total due to misplaced brackets.
Rather than just fixing the brackets, merge the two inventory scanning
loops so that both passes will always be synchronized with each other.
This commit is contained in:
nethack.rankin
2003-01-08 22:07:06 +00:00
parent 601b3b56d3
commit 9988440b2e
2 changed files with 28 additions and 37 deletions

View File

@@ -348,6 +348,8 @@ allow "grey spellbook" as alternative spelling of "gray spellbook"
handle attacks by cancelled monsters more consistently
armor worn by monsters might negate some magic attacks like it does for hero
give feedback and discovery when visible monster puts on cloak of invisibility
really add artifacts inside carried containers to final score (3.3.1 fix
displayed them them but didn't include any points for them)
Platform- and/or Interface-Specific Fixes