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/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 0d3f71f50f..8fce0f0b8e 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2057,6 +2057,7 @@ enum monster_type // (int) menv[].type MONS_PIKEL, MONS_CRAZY_YIUF, MONS_SLAVE, + MONS_GIANT_LEECH, // Testing monsters MONS_TEST_SPAWNER, -- cgit v1.2.3-54-g00ecf