summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-04 09:53:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-04 09:53:52 +0000
commit80c38b0682f61fc2901af257cc115676bacc9bde (patch)
tree2cf1867f8e12c70b520315921729b45c5744ed80 /crawl-ref/source/item_use.h
parent0f6113e43af895a5b9a893e61b2c6e899b735190 (diff)
downloadcrawl-ref-80c38b0682f61fc2901af257cc115676bacc9bde.tar.gz
crawl-ref-80c38b0682f61fc2901af257cc115676bacc9bde.zip
Fixed acquirement giving unwearable armour (Iaido).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1961 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index d0ccb961c9..3597d42510 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -94,6 +94,8 @@ void throw_anything(void);
* *********************************************************************** */
void wear_armour( void );
+bool can_wear_armour(const item_def &item, bool verbose, bool ignore_temporary);
+
// last updated 10Sept2001 {bwr}
/* ***********************************************************************
* called from: acr