From ddba1bc505be4ae692233285e785642d6aa4f0b1 Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 21 Jul 2007 18:26:58 +0000 Subject: Added a Draw Card invocation for Nemelex, which lets you draw a card from a deck in inventory. Using Peek Deck now loses 1d2 cards from the peeked deck. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1901 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 4e980b15ad..1ab652904f 100644 --- a/crawl-ref/source/decks.h +++ b/crawl-ref/source/decks.h @@ -22,6 +22,7 @@ void evoke_deck(item_def& deck); bool deck_triple_draw(); bool deck_peek(); bool deck_stack(); +bool choose_deck_and_draw(); void card_effect(card_type which_card, deck_rarity_type rarity); void draw_from_deck_of_punishment(); -- cgit v1.2.3-54-g00ecf