summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mgen_enum.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-07-13 03:57:01 +0100
committerChris Campbell <chriscampbell89@gmail.com>2013-07-13 03:57:26 +0100
commit1f063cc540ff19be10bdfa2a29dd86dacfd7cca6 (patch)
tree059e290ac360b1911b9280fe6ad49f4288af5cd5 /crawl-ref/source/mgen_enum.h
parente81748d16f4b98c42410e701f81591a1761abdf2 (diff)
downloadcrawl-ref-1f063cc540ff19be10bdfa2a29dd86dacfd7cca6.tar.gz
crawl-ref-1f063cc540ff19be10bdfa2a29dd86dacfd7cca6.zip
Remove Lamia's band
She's strong enough without needing to be accompanied by multiple greater nagas (and it's not like there will be any lack of nagas nearby when she spawns anyway).
Diffstat (limited to 'crawl-ref/source/mgen_enum.h')
-rw-r--r--crawl-ref/source/mgen_enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mgen_enum.h b/crawl-ref/source/mgen_enum.h
index af473ff508..933feaee22 100644
--- a/crawl-ref/source/mgen_enum.h
+++ b/crawl-ref/source/mgen_enum.h
@@ -73,7 +73,9 @@ enum band_type
BAND_SPIDER,
BAND_JUMPING_SPIDER,
BAND_TARANTELLA,
+#if TAG_MAJOR_VERSION == 34
BAND_LAMIA,
+#endif
BAND_POLYPHEMUS,
BAND_VAULT_WARDEN,
#if TAG_MAJOR_VERSION == 34