summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 22:34:01 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 22:34:01 +0000
commit9cf14072d9a196d78226da47bc57a49783519605 (patch)
tree077c17998c8d2f0231b25282ec09e45af6280a0c /crawl-ref/source/describe.cc
parent879381b4e68347b743d5fd69b4ccfa9dfd5162bb (diff)
downloadcrawl-ref-9cf14072d9a196d78226da47bc57a49783519605.tar.gz
crawl-ref-9cf14072d9a196d78226da47bc57a49783519605.zip
Fix 2033984: Monsters being created with both a shield and a 2-hander.
(They now don't get a shield if they're wielding a 2-handed weapon.) Add the keybinding documentation to trunk. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6743 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 4dca3afa3e..7776dc183b 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2144,7 +2144,7 @@ void inscribe_item(item_def &item, bool proper_prompt)
break;
}
// If autoinscription is impossible, prompt for an inscription instead.
- case 'y':
+ case 'i':
{
prompt = (is_inscribed ? "Add what to inscription? "
: "Inscribe with what? ");