From 7e99e3c55edf834ceaf523b68e6d39475b4981e9 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Fri, 13 Nov 2009 17:36:31 -0800 Subject: Give giant spiked clubs a nonzero acquirement weight They're the best weapon in the game for the races that can weild them, it makes no sense to exclude them from acquirements. Also give mundane items generated by acquirement enchantments and artifact status. --- crawl-ref/source/artefact.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/artefact.h') diff --git a/crawl-ref/source/artefact.h b/crawl-ref/source/artefact.h index 0ea8a971d6..16ee0dda3d 100644 --- a/crawl-ref/source/artefact.h +++ b/crawl-ref/source/artefact.h @@ -230,7 +230,7 @@ int artefact_known_wpn_property( const item_def &item, void artefact_wpn_learn_prop( item_def &item, artefact_prop_type prop ); bool artefact_wpn_known_prop( const item_def &item, artefact_prop_type prop ); -bool make_item_randart( item_def &item ); +bool make_item_randart( item_def &item, bool force_mundane = false ); bool make_item_unrandart( item_def &item, int unrand_index ); bool randart_is_bad( const item_def &item ); -- cgit v1.2.3-54-g00ecf