summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-02 15:50:14 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-02 16:22:45 +1000
commitd84f9a5e75967ff31021303ae34474cd198d38a3 (patch)
tree093a093f180c6408db5bedc664fa12750385c588 /crawl-ref/source/enum.h
parentc30b21d1404d7b78978af36466e21db785753188 (diff)
downloadcrawl-ref-d84f9a5e75967ff31021303ae34474cd198d38a3.tar.gz
crawl-ref-d84f9a5e75967ff31021303ae34474cd198d38a3.zip
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!
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
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,