m-prefix groundwork (trunk only)

Set up to be able to use the m command prefix to request menu mode
for commands other than just pickup.  As a side-effect, a hardcoded ','
referencing that command is eliminated.  Also, the command handling for
pickup was accepting the other prefix characters (F,g,G,M,numpad 5) as
synonyms for m; this reverts all but 'm' to movement modifiers only (it
may be reasonable to retain M and 5, but this doesn't).
This commit is contained in:
nethack.rankin
2007-02-03 03:41:22 +00:00
parent dda8161ece
commit 42444d0db5
2 changed files with 28 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ shooting range for crossbow isn't affected by strength; multi-shot volley is
right-handed boomerang throw travels counterclockwise
monsters can use ranged attacks over/around boulders, same as hero
can't drop part of a stack of N weapons welded to hero's hand
pickup still accepts m as command prefix, but now rejects F,g,G,M,numpad 5
Platform- and/or Interface-Specific Fixes