summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-10 21:10:28 -0230
committerDracoOmega <draco_omega@live.com>2014-03-11 20:08:09 -0230
commite3c60fd8ebbd506770e660a33b6c4ac5f89a4c62 (patch)
tree36d73be1899712dd4b548739215044e5362c240e /crawl-ref/source/mgen_enum.h
parentee5dbbc4b769eb9a340a41f3105f31dae84712ce (diff)
downloadcrawl-ref-e3c60fd8ebbd506770e660a33b6c4ac5f89a4c62.tar.gz
crawl-ref-e3c60fd8ebbd506770e660a33b6c4ac5f89a4c62.zip
Let Rakshasa sometimes be accompanied by a single depth-appropriate monster
To give them something to mirror without relying on vaults or mere chance that something else is nearby them.
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 93269a8895..0b48a81a7f 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -117,6 +117,7 @@ enum band_type
BAND_CORRUPTER,
BAND_BLACK_SUN,
BAND_VASHNIA,
+ BAND_RANDOM_SINGLE,
NUM_BANDS // always last
};