summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/artefact.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-10-30 13:03:06 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-10-30 13:16:00 +0100
commit5a65031b5a1d0c144ba3baa9e940676bbf3ab029 (patch)
tree6c619344e8ec32da48811d38d78c887a5272f116 /crawl-ref/source/artefact.h
parent8c8e062020b65bf41f40e13daf78d44bde060d63 (diff)
downloadcrawl-ref-5a65031b5a1d0c144ba3baa9e940676bbf3ab029.tar.gz
crawl-ref-5a65031b5a1d0c144ba3baa9e940676bbf3ab029.zip
Blessed Blades created the round before shouldn't be "ancient artifacts".
I didn't make them "new artifacts" either -- they're enchantable now.
Diffstat (limited to 'crawl-ref/source/artefact.h')
-rw-r--r--crawl-ref/source/artefact.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h
index a336fc60d9..117959064e 100644
--- a/crawl-ref/source/artefact.h
+++ b/crawl-ref/source/artefact.h
@@ -247,7 +247,6 @@ bool artefact_wpn_known_prop( const item_def &item, artefact_prop_type prop );
/* ***********************************************************************
* called from: dungeon
* *********************************************************************** */
-bool make_item_blessed_blade( item_def &item );
bool make_item_randart( item_def &item );
bool make_item_unrandart( item_def &item, int unrand_index );