summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 11:52:47 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-09 11:52:47 +0000
commit37b869723d4dc21ae205cd632f016d050f754fcc (patch)
treebcc9cae590590b7fb0d87af68441efdf8fea8729 /crawl-ref/source/item_use.h
parent197e914235a08d505781e2b75b69998e8452b051 (diff)
downloadcrawl-ref-37b869723d4dc21ae205cd632f016d050f754fcc.tar.gz
crawl-ref-37b869723d4dc21ae205cd632f016d050f754fcc.zip
[1739347] Fixed acquirement giving unwieldable weapons.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1814 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index be9c28ff44..3ba4d11a00 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -104,7 +104,8 @@ struct item_def;
/* ***********************************************************************
* called from: food
* *********************************************************************** */
-bool can_wield(const item_def *weapon, bool say_why = false);
+bool can_wield(const item_def *weapon, bool say_why = false,
+ bool ignore_temporary_disability = false);
// last updated 12may2000 {dlb}
/* ***********************************************************************