summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use3.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-02 17:50:19 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-02 17:50:19 +0000
commit1b49ddb74f8d39dd07b712602333fc28810a4f40 (patch)
tree8dd67f254ab14357aa312aeb47fe591df6d6367e /crawl-ref/source/it_use3.h
parentfb58bd0b0b1ebc50a270c3fcd251631737d3c53c (diff)
downloadcrawl-ref-1b49ddb74f8d39dd07b712602333fc28810a4f40.tar.gz
crawl-ref-1b49ddb74f8d39dd07b712602333fc28810a4f40.zip
Add new command for evoking non-wielded items, placed on 'V'.
* Also applies to wand, and will soon replace 'Z'. * Decks, rods, and weapons of reaching still need to be wielded ('v'). * The tiles tooltips will need to be adjusted. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9718 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/it_use3.h')
-rw-r--r--crawl-ref/source/it_use3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use3.h b/crawl-ref/source/it_use3.h
index 2a7bdd6e20..0c492d9a00 100644
--- a/crawl-ref/source/it_use3.h
+++ b/crawl-ref/source/it_use3.h
@@ -29,7 +29,7 @@ void tome_of_power(int slot);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-bool evoke_wielded();
+bool evoke_item(int slot = -1);
// last updated 12may2000 {dlb}