summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick-p.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-01 11:25:46 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-09 05:30:22 +0100
commit82f6ad17de140911205a720b336cfa36603c8532 (patch)
treeeb6e2b8bb35965eba5d38a68452f94ad20130dae /crawl-ref/source/tilepick-p.cc
parent9e88b4757e9ef1b02dfbbdb8e026245897608b33 (diff)
downloadcrawl-ref-82f6ad17de140911205a720b336cfa36603c8532.tar.gz
crawl-ref-82f6ad17de140911205a720b336cfa36603c8532.zip
Remove decks of dungeons and a number of now-unused cards
Decks of dungeons were no longer gifted and only generated very rarely. Most of the cards in it (as well as some cards just removed from wonders) were either uninteresting or problematic for various reasons. The removed cards are Experience, Sage, Water, Glass, Trowel, Minefield.
Diffstat (limited to 'crawl-ref/source/tilepick-p.cc')
-rw-r--r--crawl-ref/source/tilepick-p.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick-p.cc b/crawl-ref/source/tilepick-p.cc
index bd3d75bdab..f5a38b2dca 100644
--- a/crawl-ref/source/tilepick-p.cc
+++ b/crawl-ref/source/tilepick-p.cc
@@ -64,7 +64,9 @@ tileidx_t tilep_equ_weapon(const item_def &item)
case MISC_DECK_OF_ESCAPE:
case MISC_DECK_OF_DESTRUCTION:
+#if TAG_MAJOR_VERSION == 34
case MISC_DECK_OF_DUNGEONS:
+#endif
case MISC_DECK_OF_SUMMONING:
case MISC_DECK_OF_WONDERS:
case MISC_DECK_OF_PUNISHMENT: