summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2013-05-26 19:24:06 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2013-05-26 20:56:17 -0600
commit0f8ebb952c4b0b10bd83b1d68cb223d5ac36dd19 (patch)
tree9cdf1808022b2d9a9ad1ee23e9e9b9e81cffd94b /crawl-ref/source/mgen_enum.h
parent72e30d1aab31c81ac58a83c152515a598cc15eed (diff)
downloadcrawl-ref-0f8ebb952c4b0b10bd83b1d68cb223d5ac36dd19.tar.gz
crawl-ref-0f8ebb952c4b0b10bd83b1d68cb223d5ac36dd19.zip
Add tengu to forest; add tengu conjurers and tengu warriors.
Tengu are traditionally associated with forests, so it makes sense to have them here. Tengu conjurers have Force Lance, IMB, Battlesphere, and Airstrike. Tengu warriors are to regular tengu essentially as naga warriors are to regular nagas. (TODO: greater tengu and/or a tengu unique?)
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 f6575f429f..943e3d4ee8 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -83,6 +83,7 @@ enum band_type
BAND_JIANGSHI,
BAND_FAUNS,
BAND_PAN,
+ BAND_TENGU,
NUM_BANDS // always last
};