summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-09 08:34:05 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-09 08:34:05 +0000
commitec7432d4ec543b634caeec017eb5a4b66fe06240 (patch)
treeacb04ba723231c44620154a8891f37f2b64b1479 /crawl-ref/source/decks.h
parent56e8efa47fb107b49d33a62a923a340b3df98e49 (diff)
downloadcrawl-ref-ec7432d4ec543b634caeec017eb5a4b66fe06240.tar.gz
crawl-ref-ec7432d4ec543b634caeec017eb5a4b66fe06240.zip
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
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h3
1 files changed, 2 insertions, 1 deletions
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