From 8b9d48402b36f994893ab627cf9cf7b0be632d20 Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 11 May 2007 23:21:30 +0000 Subject: Deck stacking implemented. Five cards (or less, if there are less) are drawn, you get to stack them in any order, and the rest of the deck is discarded. The next card is inscribed on the deck; the remainder can be seen with 'v'. This is now Nemelex's top ability. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1467 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/decks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/decks.h') diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h index b0064b464a..671f57c88c 100644 --- a/crawl-ref/source/decks.h +++ b/crawl-ref/source/decks.h @@ -23,6 +23,7 @@ void deck_of_cards(deck_type which_deck); deck_type subtype_to_decktype(int subtype); bool deck_triple_draw(); bool deck_peek(); +bool deck_stack(); const char* card_name(card_type card); #endif -- cgit v1.2.3-54-g00ecf