summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-08-20 00:31:30 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-08-20 00:31:30 +0200
commita290ba3a83431e38b1d54ed611e7892e38e0fdfd (patch)
treed2aaefbd8ba69ee850dc93f031dcdcf49d5df621 /crawl-ref/source/mon-pick.h
parent6277ada9193ec99d02390c68f932911ee910e8b7 (diff)
downloadcrawl-ref-a290ba3a83431e38b1d54ed611e7892e38e0fdfd.tar.gz
crawl-ref-a290ba3a83431e38b1d54ed611e7892e38e0fdfd.zip
Enums and base support for Forest and the Spider Nest.
There's no level generator, mon-pick functions need to be properly set, and so on.
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index ef728babdc..ab4b4dc8da 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -52,6 +52,10 @@ int mons_swamp_level(int mcls);
int mons_swamp_rare(int mcls);
int mons_shoals_level(int mcls);
int mons_shoals_rare(int mcls);
+int mons_spidernest_level(int mcls);
+int mons_spidernest_rare(int mcls);
+int mons_forest_level(int mcls);
+int mons_forest_rare(int mcls);
int mons_tartarus_level(int mcls);
int mons_tartarus_rare(int mcls);
int mons_tomb_level(int mcls);