summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transfor.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/transfor.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/transfor.h')
-rw-r--r--crawl-ref/source/transfor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/transfor.h b/crawl-ref/source/transfor.h
index 5d5480c026..cc9e44de78 100644
--- a/crawl-ref/source/transfor.h
+++ b/crawl-ref/source/transfor.h
@@ -32,7 +32,7 @@ void untransform(void);
/* ***********************************************************************
* called from: item_use
* *********************************************************************** */
-bool can_equip(equipment_type use_which);
+bool can_equip(equipment_type use_which, bool ignore_temporary);
size_type transform_size(int psize = PSIZE_BODY);
// last updated 12may2000 {dlb}