summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-11 11:29:55 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-11 11:29:55 +0000
commit7b339ae5ffe5b43232561f9fc2980aae1321b9a6 (patch)
tree7f4a012a56103c1bcd9d9a1838966b3eaca3f1e2
parentd5f99b33e02371f88fa0028b496f48539d9ec8a1 (diff)
downloadcrawl-ref-7b339ae5ffe5b43232561f9fc2980aae1321b9a6.tar.gz
crawl-ref-7b339ae5ffe5b43232561f9fc2980aae1321b9a6.zip
Updating help screen.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2069 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/command.cc10
1 files changed, 6 insertions, 4 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 8cdc6b6ed1..7510d775a2 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -858,6 +858,7 @@ void list_commands(bool wizard, int hotkey)
0,
"<h>Item Interaction (inventory):\n"
"<w>i</w> : show Inventory list\n"
+ "<w>]</w> : show inventory of equipped items\n"
"<w>v</w> : View item description\n"
"<w>{</w> : inscribe item\n"
"<w>t</w> : Throw/shoot an item\n"
@@ -900,8 +901,8 @@ void list_commands(bool wizard, int hotkey)
"<lightcyan>+</lightcyan> : books (<w>r</w>ead, <w>M</w>emorise and <w>Z</w>ap)\n"
"<brown>\\</brown> : staves and rods (<w>w</w>ield and <w>E</w>voke)\n"
"<lightgreen>}</lightgreen> : miscellaneous items (<w>E</w>voke)\n"
- "<lightmagenta>0</lightmagenta> : the Orb of Zot\n"
- "\n"
+ "<lightmagenta>0</lightmagenta> : the Orb of Zot (Carry the Orb \n"
+ " to the surface and win!)\n"
"<yellow>$</yellow> : gold\n"
" \n",
true, true, cmdhelp_textfilter);
@@ -968,7 +969,8 @@ void list_commands(bool wizard, int hotkey)
"<w>a</w> : use special Ability\n"
"<w>p</w> : Pray\n"
"<w>Z</w> : cast a spell\n"
- "<w>!</w> : shout or command allies\n",
+ "<w>!</w> : shout or command allies\n"
+ " \n",
true, true, cmdhelp_textfilter);
cols.add_formatted(
@@ -1000,7 +1002,6 @@ void list_commands(bool wizard, int hotkey)
"<w>+</w> : selects books\n"
"<w>\\</w> : selects staves\n"
"<w>}</w> : selects miscellaneous items\n"
- "Carry the Orb to the surface and win!\n"
"<w>,</w> : global selection\n"
"<w>-</w> : global deselection\n"
"<w>*</w> : invert selection\n",
@@ -1009,6 +1010,7 @@ void list_commands(bool wizard, int hotkey)
cols.add_formatted(
1,
" \n"
+ " \n"
"Crawl usually considers every item it\n"
"sees as a stash. When using a value\n"
"different from <green>stash_tracking = all</green>, you\n"