summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-14 15:31:00 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-14 15:31:00 +0000
commit2ed4f389c28fa47ae5e16d747d0eb81e3a498acf (patch)
tree06494a4ca20aacd8b75dea9d14496d2c15ef37d2 /crawl-ref/source/item_use.h
parent85e11d2d3c892c2ffcd53b0bf55c0e83ce13fb9d (diff)
downloadcrawl-ref-2ed4f389c28fa47ae5e16d747d0eb81e3a498acf.tar.gz
crawl-ref-2ed4f389c28fa47ae5e16d747d0eb81e3a498acf.zip
* Fix 2477235: Use inscription check when switching back from butchering
tool in case it was autoinscribed {!w}. * Make TSO reclaim holy wrath weapons an Elyvilon worshipper is attempting to destroy (flavour only). (FR 2497133) * Disallow Dissolution outside of the Slime Pits. * Explain 'e' as "Drain corpses" for Vampires in the command help. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8450 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 545712a4ef..e99d65181d 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -134,7 +134,8 @@ bool can_wield(item_def *weapon, bool say_why = false,
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-bool wield_weapon(bool auto_wield, int slot = -1, bool show_we_messages = true);
+bool wield_weapon(bool auto_wield, int slot = -1, bool show_we_messages = true,
+ bool force = false);
// last updated 12may2000 {dlb}