summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-enum.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2014-03-01 07:42:37 -0330
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 09:58:16 -0700
commitf9f564cdb9d5843141b7a4dd2bc23f601abc7895 (patch)
tree07a2ea0f8c7ee3bde38adeef9556534806c99ae5 /crawl-ref/source/mon-enum.h
parentc2fa5e73222c77b54000e8b79438a096ded95af3 (diff)
downloadcrawl-ref-f9f564cdb9d5843141b7a4dd2bc23f601abc7895.tar.gz
crawl-ref-f9f564cdb9d5843141b7a4dd2bc23f601abc7895.zip
Remove the various stat-drain poisons
None of them are currently used anymore, there are already non-poison-based equivalents for each stat (and it's debatable whether stat drain like this is even a good mechanic in the first place).
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 0bcc47ecbe..ed18300abb 100644
--- a/crawl-ref/source/mon-enum.h
+++ b/crawl-ref/source/mon-enum.h
@@ -88,10 +88,12 @@ enum attack_flavour
AF_POISON_MEDIUM,
#endif
AF_POISON_STRONG,
+#if TAG_MAJOR_VERSION == 34
AF_POISON_STR,
AF_POISON_INT,
AF_POISON_DEX,
AF_POISON_STAT,
+#endif
AF_ROT,
AF_VAMPIRIC,
AF_KLOWN,