cmdassist bits

If the player gives the 'T' command while not wearing any armor,
don't suggest "use 'R' to remove accessories" unless the character is
actually wearing accessories.  Likewise for 'R' while not wearing any
accessories, don't suggest "use 'T' to take off armor" unless wearing
some.

     Add missing amulet case to the silly_thing() handling for 'W' and
'T'.  Also handle boots, gloves, and lenses as plural in the message
there.  silly_thing() has been simplified a little bit in the process.
This commit is contained in:
nethack.rankin
2003-05-26 17:34:28 +00:00
parent 253a9d388b
commit ad243c0286
3 changed files with 40 additions and 30 deletions

View File

@@ -81,6 +81,7 @@ any golem statue hit with stone-to-flesh spell animates as flesh golem
correct invalid startup gender selection
can no longer untrap floor containers during unskilled riding
can no longer easily set land mines and bear traps during unskilled riding
refine cmdassist handling for armor vs accessories
Platform- and/or Interface-Specific Fixes