summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-29 22:30:59 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-29 22:30:59 +0000
commitef084abfa59f1bd1dc0774f4d2b95dc7e692a355 (patch)
treece1e071c409ab8ce171b7f08164a9c329517fa3a /crawl-ref/source/decks.h
parentf6c4d4cc8ad1f3c297deb85397240117dcf731d4 (diff)
downloadcrawl-ref-ef084abfa59f1bd1dc0774f4d2b95dc7e692a355.tar.gz
crawl-ref-ef084abfa59f1bd1dc0774f4d2b95dc7e692a355.zip
Added rarity weight vectors. They aren't too interesting at the moment:
the weight is 5 for everything at all rarities except for Damnation (which is 0,1,2) and Focus (which is 1,1,2). Suggestions and changes would be appreciated (look at the top of decks.cc to see what to change.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2941 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 3fd7cc86f1..68c6390b2a 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -56,8 +56,6 @@ enum card_flags_type
enum card_type
{
- CARD_BLANK1 = 0, // non-retried
- CARD_BLANK2, // retried and failed
CARD_PORTAL, // "the mover"
CARD_WARP, // "the jumper"
CARD_SWAP, // "swap"