From ec7432d4ec543b634caeec017eb5a4b66fe06240 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 9 May 2007 08:34:05 +0000 Subject: Nemelex now grants a 'triple draw' ability: choose 1 out of 3 (or out of however many are left.) Cost is 2MP + food + piety. This of course makes Nemelex completely, totally and absolutely broken; it's only the beginning of the Nemelex revamp. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1432 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/decks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/decks.h') diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h index 6124aa14db..4e9ab88c34 100644 --- a/crawl-ref/source/decks.h +++ b/crawl-ref/source/decks.h @@ -20,6 +20,7 @@ * called from: it_use_3 - religion * *********************************************************************** */ void deck_of_cards(deck_type which_deck); - +deck_type subtype_to_decktype(int subtype); +bool deck_triple_draw(); #endif -- cgit v1.2.3-54-g00ecf