summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-02-11 20:45:26 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-02-11 20:46:08 +1000
commitee0ab656d2b62b8e62eb10985e129c7fab6add73 (patch)
tree63366c8194c8e73d4ab75c7f259720e9b167568e /crawl-ref/source/artefact.h
parent5bec8c1d40f276d893c29e5fa53f051bfbc3bdd6 (diff)
downloadcrawl-ref-ee0ab656d2b62b8e62eb10985e129c7fab6add73.tar.gz
crawl-ref-ee0ab656d2b62b8e62eb10985e129c7fab6add73.zip
Artefact name wrapper for dLua items.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index 641b6c5c9b..9f4965de54 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -104,7 +104,7 @@ void set_unique_item_status(const item_def& item,
void set_unique_item_status(int unrand_index,
unique_item_status_type status );
-std::string get_artefact_name( const item_def &item );
+std::string get_artefact_name( const item_def &item, bool force_known = false );
void set_artefact_name( item_def &item, const std::string &name );
void set_artefact_appearance( item_def &item, const std::string &appear );