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>2008-07-15 18:31:03 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-15 18:31:03 +0000
commitc607f86c3013a65b0888227c8f6385ce72ce0177 (patch)
tree8b616564b3e07abeafe0d407e08b873f99482f54 /crawl-ref/source/item_use.h
parent3363a19596a74e799fe35c3e0cf59f82fe56664f (diff)
downloadcrawl-ref-c607f86c3013a65b0888227c8f6385ce72ce0177.tar.gz
crawl-ref-c607f86c3013a65b0888227c8f6385ce72ce0177.zip
Fix 2018757: Bat form not deactivating jewellery effects
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6564 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, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 8bc8662938..c2c0c0aced 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -84,7 +84,7 @@ void examine_object(void);
* called from: acr
* *********************************************************************** */
bool puton_ring(int slot = -1, bool prompt_finger = true);
-
+void jewellery_remove_effects(item_def &item, bool mesg = true);
// last updated 12may2000 {dlb}
/* ***********************************************************************