summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-04 21:24:33 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-04 21:24:33 +0000
commitb69f4b3d80b1ec5b40c27aea393a072dde9551f3 (patch)
tree03728b16e3a91d13a6d292c59bcbc1e3c6b691e8 /crawl-ref/source/dungeon.h
parent5a4349f58cc28bbcae6cc6967a854d1f7041bbcf (diff)
downloadcrawl-ref-b69f4b3d80b1ec5b40c27aea393a072dde9551f3.tar.gz
crawl-ref-b69f4b3d80b1ec5b40c27aea393a072dde9551f3.zip
[1608520] No more special treatment for rods of striking.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@567 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index 7db4d30569..4252b8f6cc 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -49,6 +49,7 @@ int items( int allow_uniques, int force_class, int force_type,
* *********************************************************************** */
void give_item(int mid, int level_number);
+void init_rod_mp(item_def &item);
// last updated 13mar2001 {gdl}
/* ***********************************************************************