]> granicus.if.org Git - nethack/commit
fix #H8619 - hallucination vs vampire transform
authorPatR <rankin@nethack.org>
Wed, 24 Apr 2019 21:02:09 +0000 (14:02 -0700)
committerPatR <rankin@nethack.org>
Wed, 24 Apr 2019 21:02:09 +0000 (14:02 -0700)
commitf441696908350cc42a7c1f15ee56e16ac1743f2b
tree251b606547a829cd06d7bc429c37e45835baaf8e
parent82353f196587af8056e7e1119d8e3960b54743af
fix #H8619 - hallucination vs vampire transform

|The seemingly dead vampire bat rises as a vampire.
was overriding hallucination when describing both old and new forms.
In 3.6.0 it only overrode the dying shape (explicitly so, presumeably
because the feature was brand new) and honored hallucination for the
revived shape.  The 3.6.1 fix to prevent non-hallucinating:  'The
seemingly dead Foo rises as Foo.' for a named vampire unintentionally
overrode hallucination for the revived shape.

Change it to honor hallucination for both before and after monsters
|The seemingly dead grid bug rises as a microscopic space fleet.
doc/fixes36.2
src/mon.c