summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-22 01:39:06 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-22 01:40:39 +0200
commit8c789be47e1e9fb9f21ce8db6e308764336b21c0 (patch)
tree823169e05563ea27f74620b3f786a085b71f4371 /crawl-ref/source/decks.h
parentee631f3476b4ecf1b7205415d15199370062fcd3 (diff)
downloadcrawl-ref-8c789be47e1e9fb9f21ce8db6e308764336b21c0.tar.gz
crawl-ref-8c789be47e1e9fb9f21ce8db6e308764336b21c0.zip
Fix deck rarity settings in vaults being ignored.
Also, deck rarity was rolled at the time of parsing .des file.
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index 23ebcc6de5..a89bd653dd 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -26,6 +26,7 @@
enum deck_rarity_type
{
+ DECK_RARITY_RANDOM,
DECK_RARITY_COMMON,
DECK_RARITY_RARE,
DECK_RARITY_LEGENDARY,