fix B12005 - polyself and gender

The ^X attributes were always showing "neuter" when polymorphed
into a non-humanoid creature.  This fix also suppresses the extra
"gender (base)" entry when that has the same value as the preceding
"gender" entry, it eliminates the redundant label "deity" from the
three entries in the deities section, and it capitalizes the alignment
names that nethack uses as proper nouns.

     This patch also introduces the capability of skipping the second
screen of enlightenment attributes (given for explore and wizard modes)
by terminating the first screen with ESC (or however else menus can be
explicitly cancelled for any given interface).  That has no noticeable
effect during normal play.
This commit is contained in:
nethack.rankin
2002-09-21 07:17:14 +00:00
parent c42c14e5a6
commit ce4bfb6a1a
2 changed files with 20 additions and 11 deletions

View File

@@ -250,6 +250,9 @@ skilled spell of detected treasure wasn't acting like blessed potion of
fix end of game attribute disclosure for levitation negated by sink
kicking a box embedded in a wall will knock it free rather than bust it open
stop running or travelling if the vibrating square message is triggered
show correct gender in ^X display when polymorphed into non-humanoid form
for wizard and explore modes, skip second screen of ^X output when first
screen is cancelled by ESC
Platform- and/or Interface-Specific Fixes