From d84f9a5e75967ff31021303ae34474cd198d38a3 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Wed, 2 Dec 2009 15:50:14 +1000 Subject: New monster: giant leech (Eronarn). A blood-sucking amphibious 'w'-glyph. It also submerges, much like swamp worms, but will follow you onto dry land. It has a tile, but after a quick play through of Swamp and using wizard mode to create some, it's quite difficult to see. Hopefully someone can improve the tile for me! --- crawl-ref/source/mon-pick.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mon-pick.cc') diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc index 022bb53a89..59c27f4e61 100644 --- a/crawl-ref/source/mon-pick.cc +++ b/crawl-ref/source/mon-pick.cc @@ -1591,6 +1591,7 @@ int mons_swamp_level(int mcls) case MONS_SLIME_CREATURE: case MONS_VERY_UGLY_THING: case MONS_VAPOUR: + case MONS_GIANT_LEECH: case MONS_TENTACLED_MONSTROSITY: mlev += 4; break; @@ -1680,6 +1681,7 @@ int mons_swamp_rare(int mcls) case MONS_GIANT_NEWT: case MONS_GIANT_SLUG: case MONS_GIANT_SNAIL: + case MONS_GIANT_LEECH: return 10; case MONS_TENTACLED_MONSTROSITY: -- cgit v1.2.3-54-g00ecf