summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-25 14:28:22 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-25 15:05:34 +0200
commitfee89fcab51da678d8441228531ed15b8015106f (patch)
tree63924178afab3e6e1c4f0b897726ad1e1cce8f12 /crawl-ref/source/mon-pick.h
parent902463731fcc454dcc73ba1515c6b02fb9680374 (diff)
downloadcrawl-ref-fee89fcab51da678d8441228531ed15b8015106f.tar.gz
crawl-ref-fee89fcab51da678d8441228531ed15b8015106f.zip
A fallback monster set for Ice Caves.
Currently unused as all maps define one, although it might be better to go with this default instead, as those "ice beast w:90 / nothing" are less than interesting.
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 7f74e66471..6c370fac69 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -70,5 +70,7 @@ int mons_sewer_level(monster_type mcls);
int mons_sewer_rare(monster_type mcls);
int mons_volcano_level(monster_type mcls);
int mons_volcano_rare(monster_type mcls);
+int mons_icecave_level(monster_type mcls);
+int mons_icecave_rare(monster_type mcls);
#endif