Skip to content

Commit

Permalink
Remove obsolete "Enter store" command from documentation
Browse files Browse the repository at this point in the history
Seems non-functional since commit 7497c1a.

Instead, re-entering a shop can be done by staying still with ',' ('.' via the
roguelike keyset; "CMD_HOLD") or '5'.
  • Loading branch information
seandewar authored and NickMcConnell committed Sep 18, 2024
1 parent 8d8827f commit 9318c38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/playing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Original Keyset Command Summary
``[`` Display visible monster list ``^m`` (special - return)
``]`` Display visible object list ``^n`` (unused)
``-`` (unused) ``^o`` Show previous message
``_`` Enter store ``^p`` Show previous messages
``_`` (unused) ``^p`` Show previous messages
``+`` Alter grid, set monster trap ``^q`` (unused)
``=`` Set options ``^r`` Redraw the screen
``;`` Walk (with pickup) ``^s`` Save and don't quit
Expand Down Expand Up @@ -191,7 +191,7 @@ Roguelike Keyset Command Summary
``[`` Display visible monster list ``^m`` (special - return)
``]`` Display visible object list ``^n`` (alter - south east)
``-`` Walk into a trap ``^o`` Show previous message
``_`` Enter store ``^p`` Show previous messages
``_`` (unused) ``^p`` Show previous messages
``+`` Alter grid, set monster trap ``^q`` (unused)
``=`` Set options ``^r`` Redraw the screen
``;`` Walk (with pickup) ``^s`` Save and don't quit
Expand Down
2 changes: 1 addition & 1 deletion lib/help/commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ combination and does not pass it on.
[ Display visible monster list ^m (special - return)
] Display visible object list ^n -
- - ^o Show previous message
_ Enter store ^p Show previous messages
_ - ^p Show previous messages
+ Alter grid, set monster trap ^q -
= Set options ^r Redraw the screen
; Walk (with pickup) ^s Save and don't quit
Expand Down
2 changes: 1 addition & 1 deletion lib/help/r_comm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ combination and does not pass it on.
[ Display visible monster list ^m (special - return)
] Display visible object list ^n (alter - south east)
- Walk into a trap ^o Show previous message
_ Enter store ^p Show previous messages
_ - ^p Show previous messages
+ Alter grid, set monster trap ^q -
= Set options ^r Redraw the screen
; Walk (with pickup) ^s Save and don't quit
Expand Down

0 comments on commit 9318c38

Please sign in to comment.