summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.h')
-rw-r--r--crawl-ref/source/it_use2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/it_use2.h b/crawl-ref/source/it_use2.h
index 80bc1bf5b3..f3f4161eca 100644
--- a/crawl-ref/source/it_use2.h
+++ b/crawl-ref/source/it_use2.h
@@ -17,7 +17,7 @@
bool potion_effect(potion_type pot_eff, int pow,
bool drank_it = false, bool was_known = true);
-void unuse_randart(const item_def &item);
+void unuse_artefact(const item_def &item);
void unwear_armour(int slot);
bool unwield_item(bool showMsgs = true);