From c607f86c3013a65b0888227c8f6385ce72ce0177 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 15 Jul 2008 18:31:03 +0000 Subject: 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 --- crawl-ref/source/item_use.h | 2 +- 1 file changed, 1 insertion(+), 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 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} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf