summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-28 02:16:03 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-09 05:30:18 +0100
commit9e88b4757e9ef1b02dfbbdb8e026245897608b33 (patch)
tree8343442d4e2f69d5aba8185b1dd1716d1cb931ba /crawl-ref/source/decks.cc
parentb7accc331c044a7ea91b2b0cdd5d11f771f3bc91 (diff)
downloadcrawl-ref-9e88b4757e9ef1b02dfbbdb8e026245897608b33.tar.gz
crawl-ref-9e88b4757e9ef1b02dfbbdb8e026245897608b33.zip
Add the Helix card to the deck of oddities
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 202c59e576..69d801ab4e 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -192,6 +192,7 @@ const deck_archetype deck_of_oddities[] =
{ CARD_FEAST, {5, 5, 5} },
{ CARD_FAMINE, {5, 5, 5} },
{ CARD_CURSE, {5, 5, 5} },
+ { CARD_HELIX, {5, 5, 5} },
END_OF_DECK
};