]> granicus.if.org Git - nethack/commit
fix #H4047 - dipping inconsistency
authorPatR <rankin@nethack.org>
Sun, 13 Dec 2015 03:41:35 +0000 (19:41 -0800)
committerPatR <rankin@nethack.org>
Sun, 13 Dec 2015 03:41:35 +0000 (19:41 -0800)
commit807afa22b3f6bdc11ac9ecb5a89ee6028b9db339
treec10b0715dd5e50830836a627981cb39712248ccd
parent637f4a4bd69028cb044a1ce16100dcccc40acd3e
fix #H4047 - dipping inconsistency

Dip the scroll labeled LEP GEX VEN ZEA into the fountain?
Your scroll called light fades.

The first prompt deliberately avoided 'called', 'named', and other
attributes to keep it short, but the discrepancy here is blatant, so
increase the verbosity in order to have the reminder that's included
in the prompt be the same as object name in the followup message.

Bonus fix, noticed while testing it:  water_damage() was reporting
the "{blank,unlabeled} scroll fades" even though blank scrolls are
already as faded as they can get.  Likewise for blank spellbook.
doc/fixes36.1
src/potion.c
src/trap.c