summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-06-18 22:31:26 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-06-19 17:46:54 +0100
commit8d501b16be5970a268c957516026b9fcaf1ce0d7 (patch)
treeaa2af8851f5c35b86509f8f9b7703f3c953c2099 /crawl-ref/source/decks.h
parentbb5247bde4eb971ff6479938e7a929acd13335bb (diff)
downloadcrawl-ref-8d501b16be5970a268c957516026b9fcaf1ce0d7.tar.gz
crawl-ref-8d501b16be5970a268c957516026b9fcaf1ce0d7.zip
Remove the battlelust card
It was only in Wonders and only duplicated potion effects (which were already duplicated by other cards such as Potion in other decks).
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 53eee75692..1c08455941 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -69,7 +69,9 @@ enum card_type
CARD_ORB,
CARD_ELIXIR, // healing
+#if TAG_MAJOR_VERSION == 34
CARD_BATTLELUST, // melee boosts
+#endif
CARD_METAMORPHOSIS, // transformation
CARD_HELM, // defence
CARD_BLADE, // weapon boosts