summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-01-30 23:05:46 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-03 10:14:54 -0700
commitc38a8f9b011df56edcb22021fdd05f7badba1c87 (patch)
tree7e4d8deff2dac38f775c9554633476254fa3e7ba /crawl-ref/source/mgen_enum.h
parent0d6a4c4d1c46134dfc4e5910cf4404a7904b9e4a (diff)
downloadcrawl-ref-c38a8f9b011df56edcb22021fdd05f7badba1c87.tar.gz
crawl-ref-c38a8f9b011df56edcb22021fdd05f7badba1c87.zip
Unique: Vashnia, leader of the elite marksnaga squad.
An HD 16 naga sharpshooter who also comes with various Blink spells, inherent Phase Shift, and a Shroud of Golubria that she can renew if it gets broken. Appears on Snake:2-. Historical note: Vashnia's original design had Disjunction as an escape spell; currently the escape spell is Blink Other, which accomplishes basically the same thing but with less visual impressiveness. Perhaps at a later date the possibility of this can be revisited.
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 233f6c0801..93e090abcb 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -117,6 +117,7 @@ enum band_type
BAND_WARMONGER,
BAND_CORRUPTER,
BAND_BLACK_SUN,
+ BAND_VASHNIA,
NUM_BANDS // always last
};