summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-09 17:02:29 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-09 17:02:29 +0100
commitc74e7dc02147ad32276fc0cafdb9968f048953d3 (patch)
tree0addb48af7a276b3ec3869a73c23bf6a2e6ac305 /crawl-ref/source/decks.h
parent9aa3c08c981a1fca82211580cff5005c4e70b884 (diff)
downloadcrawl-ref-c74e7dc02147ad32276fc0cafdb9968f048953d3.tar.gz
crawl-ref-c74e7dc02147ad32276fc0cafdb9968f048953d3.zip
Remove the Shuffle card
It was an interesting effect unlike Experience/Sage etc, but unfortunately doesn't really work in a deck intended to contain mostly-tactical effects, and also wouldn't work in a deck like Oddities or Punishment (since in Wonders it's always a known possibility for willingly blind-drawing from that deck).
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index ad48db34df..7347cf070a 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -84,8 +84,8 @@ enum card_type
CARD_POTION,
CARD_FOCUS,
- CARD_SHUFFLE,
#if TAG_MAJOR_VERSION == 34
+ CARD_SHUFFLE,
CARD_EXPERIENCE,
#endif
CARD_WILD_MAGIC,