summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 2ddbad1423..4424a3a9a6 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -81,6 +81,9 @@ void examine_object(void);
bool puton_ring(int slot = -1, bool prompt_finger = true);
void jewellery_remove_effects(item_def &item, bool mesg = true);
+// called from: transfor
+void jewellery_wear_effects(item_def &item);
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: acr
@@ -151,7 +154,7 @@ void wield_effects(int item_wield_2, bool showMsgs);
* called from: delay.cc item_use.cc it_use2.cc
* *********************************************************************** */
void use_randart( unsigned char item_wield_2 );
-void use_randart(item_def &item);
+void use_randart(item_def &item, bool unmeld = false);
bool puton_item(int slot, bool prompt_finger = true);