summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makeitem.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 18:35:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 18:35:22 +0000
commit52c7e79cd76a5205f72c43da92d9aa1297b1d3d4 (patch)
treeff906edd7976a830a817e2a15185b267e0bd881a /crawl-ref/source/makeitem.h
parentda683c2f2f2474d0494eb280deae1fb11d6c8de2 (diff)
downloadcrawl-ref-52c7e79cd76a5205f72c43da92d9aa1297b1d3d4.tar.gz
crawl-ref-52c7e79cd76a5205f72c43da92d9aa1297b1d3d4.zip
Make artificers' rods of striking start with a constant number of
charges, as their wands do. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9312 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makeitem.h')
-rw-r--r--crawl-ref/source/makeitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h
index 08478e6258..2a8aef084a 100644
--- a/crawl-ref/source/makeitem.h
+++ b/crawl-ref/source/makeitem.h
@@ -25,8 +25,8 @@ int items( int allow_uniques, object_class_type force_class, int force_type,
bool dont_place, int item_level, int item_race,
unsigned mapmask = 0, int force_ego = 0, int agent = -1 );
-void item_colour( item_def &item );
-void init_rod_mp(item_def &item);
+void item_colour(item_def &item);
+void init_rod_mp(item_def &item, int ncharges = -1);
void give_item(int mid, int level_number, bool mons_summoned);
jewellery_type get_random_ring_type();