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>2007-11-11 16:29:05 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-11 16:29:05 +0000
commit53a915ae2eef1b5c39147e2ccaf6695b2e995898 (patch)
treeb1f1005a30b0e161427a5f8ec802a0fa57e0d74a /crawl-ref/source/item_use.h
parent0bca2a20b6a35b2f3be34fab88902866ae7c38c6 (diff)
downloadcrawl-ref-53a915ae2eef1b5c39147e2ccaf6695b2e995898.tar.gz
crawl-ref-53a915ae2eef1b5c39147e2ccaf6695b2e995898.zip
Implementing FR 1829063: warning when putting on/removing items
with a stat property that will be fatal. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2839 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 6a4c4bc41d..1fe300ed7b 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -67,6 +67,8 @@ void drink(void);
bool elemental_missile_beam(int launcher_brand, int ammo_brand);
+bool safe_to_remove_or_wear(const item_def &item, bool remove);
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: acr