summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-05-25 22:23:27 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-05-26 20:56:16 -0600
commit72e30d1aab31c81ac58a83c152515a598cc15eed (patch)
tree468a37d7ba5952e760c0b7c873e472d8dbbfa39b /crawl-ref/source/mgen_enum.h
parent90e6f20b66f41bdfc20a30083ce6cf6ece6499a4 (diff)
downloadcrawl-ref-72e30d1aab31c81ac58a83c152515a598cc15eed.tar.gz
crawl-ref-72e30d1aab31c81ac58a83c152515a598cc15eed.zip
New unique: Pan, the lord of all satyrs.
Pan casts Mass Confusion and Sleep, and can create duplicates of himself (in the vein of rakshasas / Mara) - quite terrifying with ranged weaponry! Yes, this includes a monster implementation of Mass Confusion (kind of primitive, but working).
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 a7e24d76c7..f6575f429f 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -82,6 +82,7 @@ enum band_type
BAND_DEATH_KNIGHT,
BAND_JIANGSHI,
BAND_FAUNS,
+ BAND_PAN,
NUM_BANDS // always last
};