summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 02:50:20 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 02:50:20 +0000
commita4e12b931bb08f5d6fc4e61508bf87623941b4be (patch)
tree98f50468a387ef6d2edd638803feb212001bdf00 /crawl-ref/source/quiver.cc
parent97720dfdecf3a5a3063f7d833b670d309014cd0a (diff)
downloadcrawl-ref-a4e12b931bb08f5d6fc4e61508bf87623941b4be.tar.gz
crawl-ref-a4e12b931bb08f5d6fc4e61508bf87623941b4be.zip
Use "!Q" inscription to force a prompt before quivering an item instead of
"!f". Update docs on addition of "!Q", on "!z" changing to "!Z" and "!E" changing to "!v", and on "=f" preventing an item from being auto-quivered. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6163 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/quiver.cc')
-rw-r--r--crawl-ref/source/quiver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc
index aa9f38e768..521923133e 100644
--- a/crawl-ref/source/quiver.cc
+++ b/crawl-ref/source/quiver.cc
@@ -144,7 +144,7 @@ void choose_item_for_quiver()
int slot = prompt_invent_item( "Quiver which item? (- for none, * to show all)",
MT_INVLIST,
OSEL_THROWABLE, true, true, true, '-', NULL,
- OPER_FIRE );
+ OPER_QUIVER );
if (slot == PROMPT_ABORT)
{