summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-06-25 15:07:39 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-06-26 22:34:12 +0200
commit9ccab9191629aa78a893e6327dc30b135486c2d4 (patch)
treee379a5558e147181d3c04793717073bc30e42ffe /crawl-ref/source/decks.h
parent12f742fff21f85ff98a3065450b278fc537182ea (diff)
downloadcrawl-ref-9ccab9191629aa78a893e6327dc30b135486c2d4.tar.gz
crawl-ref-9ccab9191629aa78a893e6327dc30b135486c2d4.zip
Reimplement Nemelex' shuffle using a delayed action.
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 80f88337bd..044abe5ba4 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -126,6 +126,7 @@ bool deck_mark();
bool deck_stack();
bool choose_deck_and_draw();
void nemelex_shuffle_decks();
+void shuffle_all_decks_on_level();
// Return true if it was a "genuine" draw, false otherwise.
bool card_effect(card_type which_card, deck_rarity_type rarity,