summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorMichael Gagno <evilmike@gmail.com>2012-07-03 18:46:15 -0700
committerMichael Gagno <evilmike@gmail.com>2012-07-03 18:46:15 -0700
commitb3a9b3158c7316413f4b1d23b8593954bfaced9a (patch)
tree3cf1be5e6331a270f886c0ba54708f3dfa274a87 /crawl-ref/source/mon-pick.cc
parent2c5b9c796820518d2bca31ea824beac50f707aee (diff)
downloadcrawl-ref-b3a9b3158c7316413f4b1d23b8593954bfaced9a.tar.gz
crawl-ref-b3a9b3158c7316413f4b1d23b8593954bfaced9a.zip
Rename bog mummies to bog bodies.
Without the death curses, calling them mummies (and putting them on 'M') is confusing. "Bog body" is good name for this monster (it's synonymous with bog mummy). I've put it on 'z' and made it lightgreen. They've also been removed from one ossuary. Thanks to |amethyst for suggesting this change.
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index 4fe1b8504c..9a0b6a4fd2 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -1355,7 +1355,7 @@ int mons_swamp_level(monster_type mcls)
case MONS_VAMPIRE_MOSQUITO:
case MONS_AGATE_SNAIL:
case MONS_HYDRA:
- case MONS_BOG_MUMMY:
+ case MONS_BOG_BODY:
return 3;
case MONS_WATER_MOCCASIN:
@@ -1404,7 +1404,7 @@ int mons_swamp_rare(monster_type mcls)
return 70;
case MONS_GIANT_LEECH:
- case MONS_BOG_MUMMY:
+ case MONS_BOG_BODY:
return 61;
case MONS_SLIME_CREATURE: