#fix #H2061 - ESC at music prompts (trunk only)

From a bug report, attempting to respond with ESC when playing an instrument
just continued with the playing sequence.  This adds a q choice to the
"Improvise? [yn]" and "Play passtune? [yn]" prompts, and also checks
for ESC as the 5-note tune when not improvising, yielding "Never mind"
and not using up a turn if the player opts not to play any music.

     I put the fixes entry in the new features section since the old
behavior wasn't much of a bug.
This commit is contained in:
nethack.rankin
2009-12-17 02:51:03 +00:00
parent 9269642f2a
commit 81e1ca40f1
2 changed files with 13 additions and 3 deletions

View File

@@ -446,6 +446,7 @@ make '[' command more precise when poly'd hero has embedded dragon scales/mail
fainting while wielding a cockatrice corpse will be fatal
Sunsword's light radius depends on its curse/bless state
Add M-C and M-R meta-key shortcuts for #conduct and #ride, respectively
can now use ESC to cancel out of prompts for playing musical instruments
Platform- and/or Interface-Specific New Features