summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-05-14 21:28:33 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-05-14 21:36:47 -0400
commitcc162c0e450ddb2f00502a28cb8e8159e1283a26 (patch)
tree10eb6012f7e9ddeefb5bbdf42c092056c2bc29e0 /crawl-ref/source/mon-enum.h
parent0deed4fff16c22551676ac90ea960d2fc426a399 (diff)
downloadcrawl-ref-cc162c0e450ddb2f00502a28cb8e8159e1283a26.tar.gz
crawl-ref-cc162c0e450ddb2f00502a28cb8e8159e1283a26.zip
Remove AF_DISEASE.
Sickness does not work very well on melee attacks, and is hard to make interesting at all. Purple ugly things get bonus melee damage over their relatives to keep them distinguished.
Diffstat (limited to 'crawl-ref/source/mon-enum.h')
-rw-r--r--crawl-ref/source/mon-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-enum.h b/crawl-ref/source/mon-enum.h
index 19161ab276..febdf01bf2 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -73,7 +73,9 @@ enum attack_flavour
AF_BLINK,
AF_COLD,
AF_CONFUSE,
+#if TAG_MAJOR_VERSION == 34
AF_DISEASE,
+#endif
AF_DRAIN_STR,
AF_DRAIN_INT,
AF_DRAIN_DEX,