From 3f5f1066130c2aea1c6fa3593f0f70060d5fe967 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Sat, 2 Jan 2010 23:20:47 -0800 Subject: Tweak rod enchantment formula --- crawl-ref/source/makeitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.h') diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h index 5313c57dcb..8e16989c15 100644 --- a/crawl-ref/source/makeitem.h +++ b/crawl-ref/source/makeitem.h @@ -24,7 +24,7 @@ int items( int allow_uniques, object_class_type force_class, int force_type, unsigned mapmask = 0, int force_ego = 0, int agent = -1 ); void item_colour(item_def &item); -void init_rod_mp(item_def &item, int ncharges = -1); +void init_rod_mp(item_def &item, int ncharges = -1, int item_level = -1); jewellery_type get_random_ring_type(); jewellery_type get_random_amulet_type(); -- cgit v1.2.3-54-g00ecf