From 37b869723d4dc21ae205cd632f016d050f754fcc Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 9 Jul 2007 11:52:47 +0000 Subject: [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 --- crawl-ref/source/item_use.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/item_use.h') 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} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf