summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2010-01-02 23:20:47 -0800
committerStefan O'Rear <stefanor@cox.net>2010-01-02 23:20:47 -0800
commit3f5f1066130c2aea1c6fa3593f0f70060d5fe967 (patch)
treecacc24194c964966437b19e7c4f1fa2c4815690d /crawl-ref/source/makeitem.h
parentfb05fa7e721330cac860f5b3835caa2fa812cb16 (diff)
downloadcrawl-ref-3f5f1066130c2aea1c6fa3593f0f70060d5fe967.tar.gz
crawl-ref-3f5f1066130c2aea1c6fa3593f0f70060d5fe967.zip
Tweak rod enchantment formula
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h2
1 files changed, 1 insertions, 1 deletions
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();