summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-31 12:21:34 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2013-03-31 12:21:34 -0500
commita5436d8bb79a66d8bdaaa32bd38c5781af7199be (patch)
tree64faa1f9a14c040a8614dc090199865c7b23a31a /crawl-ref/source/quiver.cc
parent652213d5967d1acd19585404e6978291ea774392 (diff)
parenta1c26c62691190c624ae6b531cb2c2f1e2ee7000 (diff)
downloadcrawl-ref-a5436d8bb79a66d8bdaaa32bd38c5781af7199be.tar.gz
crawl-ref-a5436d8bb79a66d8bdaaa32bd38c5781af7199be.zip
Merge branch 'master' into jester
Diffstat (limited to 'crawl-ref/source/quiver.cc')
-rw-r--r--crawl-ref/source/quiver.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc
index 353bfd6ddf..d71a32ef94 100644
--- a/crawl-ref/source/quiver.cc
+++ b/crawl-ref/source/quiver.cc
@@ -185,7 +185,8 @@ 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, '-',
- you.equip[EQ_WEAPON], NULL, OPER_QUIVER);
+ you.equip[EQ_WEAPON], NULL, OPER_QUIVER,
+ false, true);
if (prompt_failed(slot))
return;