From 5a65031b5a1d0c144ba3baa9e940676bbf3ab029 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 30 Oct 2009 13:03:06 +0100 Subject: Blessed Blades created the round before shouldn't be "ancient artifacts". I didn't make them "new artifacts" either -- they're enchantable now. --- crawl-ref/source/artefact.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/artefact.h') 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 ); -- cgit v1.2.3-54-g00ecf