summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2014-05-10 14:00:54 -0500
committerreaverb <reaverb.Crawl@gmail.com>2014-05-28 01:14:20 -0400
commit89ace16763fea7c0354a9a6ffe810b9caced13e4 (patch)
tree58a5b267299674ce29d0a341277de28a0cc356e3 /crawl-ref/source/decks.h
parent9820907aeb13857cb306fb2f51f64999a78ccbb1 (diff)
downloadcrawl-ref-89ace16763fea7c0354a9a6ffe810b9caced13e4.tar.gz
crawl-ref-89ace16763fea7c0354a9a6ffe810b9caced13e4.zip
Alter the decks Nemelex gifts.
Decks of war and decks of escape are now Nemelex' decks; decks of wonders contain the cards that Nemelex doesn't gift. Some cards have been move to fit this. Warp (blink) and Portal (teleport) cards are removed.
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 7347cf070a..13399eb5ec 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -44,8 +44,10 @@ enum card_flags_type
enum card_type
{
+#if TAG_MAJOR_VERSION == 34
CARD_PORTAL, // "the mover"
CARD_WARP, // "the jumper"
+#endif
CARD_SWAP, // "swap"
CARD_VELOCITY, // "the runner"