summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-01-20 19:05:54 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2013-01-20 21:40:19 -0700
commit257c0c8c3d78cea239c2ca65ea235d9a840c450e (patch)
tree47787f78ef7351e8841b1faa10db9e96203da0ff /crawl-ref/source/mgen_enum.h
parentfdab6a44a45ef2d93c2b8ac506d39f1f5b5c33f4 (diff)
downloadcrawl-ref-257c0c8c3d78cea239c2ca65ea235d9a840c450e.tar.gz
crawl-ref-257c0c8c3d78cea239c2ca65ea235d9a840c450e.zip
New unique: Lamia, as a naga queen.
Lamia can be thought of as a "greatest naga", though differentiated through the spell set - which is comprised of IOOD, Mesmerise, Haste, Olgreb's Toxic Radiance, and Teleport Self as an emergency spell. She is generated with a naga barding, one of a halberd, glaive, or bardiche, and a band of followers up to and including greater nagas. She also can eat corpses, so she can, in fact, eat her own children.
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index ec145ef1ef..0842e45411 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -70,6 +70,7 @@ enum band_type
BAND_SPIDER,
BAND_JUMPING_SPIDER,
BAND_TARANTELLA,
+ BAND_LAMIA,
NUM_BANDS // always last
};