summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/randart.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/randart.h')
-rw-r--r--crawl-ref/source/randart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/randart.h b/crawl-ref/source/randart.h
index 19b44981a3..e33d81e765 100644
--- a/crawl-ref/source/randart.h
+++ b/crawl-ref/source/randart.h
@@ -33,12 +33,12 @@ void set_unique_item_status( object_class_type base_type, int type,
/* ***********************************************************************
* called from: itemname
* *********************************************************************** */
-std::string get_randart_name( const item_def &item );
+std::string get_artefact_name( const item_def &item );
/* ***********************************************************************
* called from: effects
* *********************************************************************** */
-std::string randart_name( const item_def &item, bool appearance = false );
+std::string artefact_name( const item_def &item, bool appearance = false );
/* ***********************************************************************
* called from: describe