summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
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/itemprop-enum.h
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/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 4bd320688f..0ed3c3f2d3 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -231,7 +231,9 @@ enum misc_item_type
// pure decks
MISC_DECK_OF_ESCAPE,
MISC_DECK_OF_DESTRUCTION,
+#if TAG_MAJOR_VERSION == 34
MISC_DECK_OF_DUNGEONS,
+#endif
MISC_DECK_OF_SUMMONING,
MISC_DECK_OF_WONDERS,
MISC_DECK_OF_PUNISHMENT,