summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-25 22:38:21 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-25 22:38:21 +0200
commitca96156951bf69e87e50d81448e0bce7a0f71a5e (patch)
tree70b4d478d6c4f68e16500d71fa8a247ac4796c90 /crawl-ref/source/decks.h
parente8da5e6c01950dd649f90030a2c77654480e4369 (diff)
downloadcrawl-ref-ca96156951bf69e87e50d81448e0bce7a0f71a5e.tar.gz
crawl-ref-ca96156951bf69e87e50d81448e0bce7a0f71a5e.zip
Drop TAG_MAJOR_VERSION == 32 ifdefs.
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 7e3a138fd1..29e9f81b7e 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -70,9 +70,7 @@ enum card_type
CARD_SPARK, // lightning damage
CARD_PAIN, // single target, like spell of agony
CARD_TORMENT, // Symbol of Torment
-#if TAG_MAJOR_VERSION != 32
CARD_ORB,
-#endif
CARD_ELIXIR, // healing
CARD_BATTLELUST, // melee boosts
@@ -80,9 +78,7 @@ enum card_type
CARD_HELM, // defence
CARD_BLADE, // weapon boosts
CARD_SHADOW, // assassin skills
-#if TAG_MAJOR_VERSION != 32
CARD_MERCENARY,
-#endif
CARD_CRUSADE,
CARD_SUMMON_ANIMAL,
@@ -100,19 +96,11 @@ enum card_type
CARD_WILD_MAGIC,
CARD_SAGE, // skill training
CARD_HELIX, // remove one *bad* mutation
-#if TAG_MAJOR_VERSION != 32
CARD_ALCHEMIST,
-#endif
CARD_WATER, // flood squares
CARD_GLASS, // make walls transparent
-#if TAG_MAJOR_VERSION == 32
- CARD_MAP, // magic mapping
-#endif
CARD_DOWSING, // mapping/detect SD/traps/items/monsters
-#if TAG_MAJOR_VERSION == 32
- CARD_SPADE, // dig
-#endif
CARD_TROWEL, // create feature/vault
CARD_MINEFIELD, // plant traps
CARD_STAIRS, // moves stairs around
@@ -127,12 +115,6 @@ enum card_type
CARD_CURSE, // Curse your items
CARD_SWINE, // *oink*
-#if TAG_MAJOR_VERSION == 32
- CARD_ALCHEMIST,
- CARD_ORB,
- CARD_MERCENARY,
-#endif
-
NUM_CARDS
};