summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-30 02:51:24 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-30 02:51:24 +0200
commita7c9ee28a47529016b0016bbdc45f5d9e982e6e1 (patch)
tree78d89dd1ff9a27d015e6902fa4ddae8ee221467b /crawl-ref/source/mon-pick.h
parent3d6746d95e8880f8d86900ca1f9ef1b9408f3347 (diff)
downloadcrawl-ref-a7c9ee28a47529016b0016bbdc45f5d9e982e6e1.tar.gz
crawl-ref-a7c9ee28a47529016b0016bbdc45f5d9e982e6e1.zip
There is no "standard" monster set anymore, rename it to "dungeon".
Diffstat (limited to 'crawl-ref/source/mon-pick.h')
-rw-r--r--crawl-ref/source/mon-pick.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index b8c4eff844..b76d5ace96 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -50,8 +50,8 @@ int mons_pitslime_level(monster_type mcls);
int mons_pitslime_rare(monster_type mcls);
int mons_pitsnake_level(monster_type mcls);
int mons_pitsnake_rare(monster_type mcls);
-int mons_standard_level(monster_type mcls);
-int mons_standard_rare(monster_type mcls);
+int mons_dungeon_level(monster_type mcls);
+int mons_dungeon_rare(monster_type mcls);
int mons_swamp_level(monster_type mcls);
int mons_swamp_rare(monster_type mcls);
int mons_shoals_level(monster_type mcls);