summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-09-06 17:40:01 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-09-06 17:40:01 +0200
commitc1db5329150b2fd58bc6bc82bd448e40183b20e8 (patch)
tree856da5942e4806becebe9dab32063f84fde677c9 /crawl-ref/source/mon-pick.h
parent52147c59f0ba8f274fb6bb61d2cd054577420f5f (diff)
downloadcrawl-ref-c1db5329150b2fd58bc6bc82bd448e40183b20e8.tar.gz
crawl-ref-c1db5329150b2fd58bc6bc82bd448e40183b20e8.zip
Add the enums and entries for blue_anna's Dwarven Hall.
I'm doing this now since adding a branch is damn likely to break save compat _somewhere_, and dormant branches don't put any real burden. We'll sift through the ideas and merge the builder, monsters and vaults at a more leisurely pace.
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index ab4b4dc8da..1092bdf4fd 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -40,6 +40,8 @@ int mons_hive_level(int mcls);
int mons_hive_rare(int mcls);
int mons_lair_level(int mcls);
int mons_lair_rare(int mcls);
+int mons_dwarf_level(int mcls);
+int mons_dwarf_rare(int mcls);
int mons_mineorc_level(int mcls);
int mons_mineorc_rare(int mcls);
int mons_pitslime_level(int mcls);