summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-29 09:46:50 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-29 09:46:50 +0000
commit917c8e96d491847ee8c15ca60a621b551b8f06c6 (patch)
tree9cebacfea82c14b5b41213e564ca280b51f72416 /crawl-ref/source/item_use.h
parent32ed1823706542ae3cc6bb8086beca1d81e46caf (diff)
downloadcrawl-ref-917c8e96d491847ee8c15ca60a621b551b8f06c6.tar.gz
crawl-ref-917c8e96d491847ee8c15ca60a621b551b8f06c6.zip
FR 1900612
Patch 1901093 Merge 't' functionality into 'f'. Firing interface allows selection of inventory item by hitting 'i'. Items selected through the inventory interface will not be quivered. Firing interface prints "Firing", "Throwing", "Awkwardly throwing" depending on the item selected. In-game documentation and manual updated. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3482 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index cc1c5b8820..0efea498a3 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -104,15 +104,9 @@ bool remove_ring(int slot = -1, bool announce = false);
* *********************************************************************** */
int get_fire_item_index(int start_from = 0, bool forward = true,
bool check_quiver = true);
-void shoot_thing(void);
+void fire_thing(int item=-1);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void throw_anything(int slot = -1);
-
quiver_type get_quiver_type(void);
// last updated 12may2000 {dlb}