fix #H4272 - "you turn into a Elvenking"
commit7cf75b707a00c4aede97fe7b9220ec2a6346d147
authorPatR <rankin@nethack.org>
Thu, 10 Mar 2016 01:15:32 +0000 (9 17:15 -0800)
committerPatR <rankin@nethack.org>
Thu, 10 Mar 2016 01:15:32 +0000 (9 17:15 -0800)
treed9a077a38297e88f3dfb6676849877714f595c39
parentef863f3c9f6988d9efbda755dad26bf8b3f24f29
fix #H4272 - "you turn into a Elvenking"

Polyself with gender change into a creature with fixed gender
would deliver a message containing "a <creature>" regardless of
whether "an" was warranted.

(Into any creature which supports both genders it yielded
"a male <creature>" or "a female <creature>" so "an" was never
needed.  And when no gender change was involved, it used an()
so got "a <creature>" or "an <creature>" as applicable.)
doc/fixes36.1
src/polyself.c