summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-16 23:52:16 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-16 23:52:16 +0000
commitadc19de6914294ffdfc6a40bea5bb236244f1aa7 (patch)
tree78d18a605173ea90fd54113e4f0481c471026075 /crawl-ref/source/item_use.h
parent2d16881d3392336c49f388c500749613899852df (diff)
downloadcrawl-ref-adc19de6914294ffdfc6a40bea5bb236244f1aa7.tar.gz
crawl-ref-adc19de6914294ffdfc6a40bea5bb236244f1aa7.zip
Overhaul quiver storage to hold up to six item slots of
preferred ammo for bow, crossbow, hand crossbow, blowgun, sling, and non-launchers. Breaks saves. (Was Bug 1872821.) Also fix 1858916: update EV when paralysis is over git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3285 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 27c8e845e9..40d51f25ce 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -113,6 +113,7 @@ void shoot_thing(void);
* *********************************************************************** */
void throw_anything(int slot = -1);
+quiver_type get_quiver_type(void);
// last updated 12may2000 {dlb}
/* ***********************************************************************