summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-21 20:48:33 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-21 22:28:19 +0200
commitd33dc92aee68ebd73f3cd40ab261a3acf3784792 (patch)
tree1f7de84650b9bb6331bd5e78ed672eb314b7f40c /crawl-ref/source/lev-pand.cc
parent06257a8bfd3c39b420fb03526d4ebbe7c5be7cd4 (diff)
downloadcrawl-ref-d33dc92aee68ebd73f3cd40ab261a3acf3784792.tar.gz
crawl-ref-d33dc92aee68ebd73f3cd40ab261a3acf3784792.zip
Rename "beast" to "hell beast".
We need monsters named "monster", "insect", "mammal", or "creature". Unlike, say, "human" which is about as specific as "orc" or "yaktaur", or "dragon" which refers to the ordinary species (like "bat" vs "fire bat"), the name "beast" doesn't say anything about the monster. The new name might be not the best choice, if you have a better idea, please say so.
Diffstat (limited to 'crawl-ref/source/lev-pand.cc')
-rw-r--r--crawl-ref/source/lev-pand.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/lev-pand.cc b/crawl-ref/source/lev-pand.cc
index 1817b8f8a1..bcc2f8bda8 100644
--- a/crawl-ref/source/lev-pand.cc
+++ b/crawl-ref/source/lev-pand.cc
@@ -122,7 +122,7 @@ void init_pandemonium(void)
MONS_HAIRY_DEVIL,
MONS_ICE_DEVIL,
MONS_BLUE_DEVIL,
- MONS_BEAST,
+ MONS_HELL_BEAST,
MONS_IRON_DEVIL,
-1);
}