]> granicus.if.org Git - nethack/commit
more polyself fallout (trunk only)
authornethack.rankin <nethack.rankin>
Mon, 28 Feb 2011 10:32:17 +0000 (10:32 +0000)
committernethack.rankin <nethack.rankin>
Mon, 28 Feb 2011 10:32:17 +0000 (10:32 +0000)
commit8c6f630a5c046aa05b0987aa96de4ddec3a7f13d
treec0c802973af311749f2c77b7fdae5b836a80efae
parent3de3b8cb2a10573af0eb436267325adb852f3342
more polyself fallout (trunk only)

     When testing the change of "you can't polymorph into that" to
"you can't polymorph into <a monster type>" I noticed that specifying
high priestess told me that I couldn't become a priest (role monster),
but specifying high priest told me that I couldn't become a high priest
(monster as-is).  Aligned priestess and high priestess aren't separate
monsters; the user-specific string to monster name code found the latter
as a rank title rather than as a monster and couldn't find the former
at all.  This adds those two special monst types to the list of variant
spellings and whatnot that are used to augment name to type lookup.
Since they aren't viable candidates for polyself or for genocide I doubt
that any players ever noticed, so I haven't added a fixes entry for this.
src/mondata.c