]> granicus.if.org Git - nethack/commit
quest artifact handling (trunk only)
authornethack.rankin <nethack.rankin>
Thu, 18 May 2006 02:50:33 +0000 (02:50 +0000)
committernethack.rankin <nethack.rankin>
Thu, 18 May 2006 02:50:33 +0000 (02:50 +0000)
commit4ebc37a371927b9f37110ef6ea38b7f03de6f682
tree2b9aa15a8267152628cb76f8d3b86ea4b7940311
parenta232123d8cb035f9b8fbc5301127847f314060dd
quest artifact handling (trunk only)

     When the hero receives the quest artifact "got it" message, set the
artifact's dknown bit in case the hero is blinded.  That message describes
the object by name, effectively the same as seeing it up close.  (This
would have prevented the "now wearing an Eyes of the Overworld" grammar bug
for monks but not for non-monks, so the previous fix is still necessary.)
include/extern.h
src/invent.c
src/quest.c