summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.h
diff options
context:
space:
mode:
authorHurcan Solter <hsolter@gmail.com>2011-07-06 03:13:39 +0300
committerDavid Ploog <dploog@users.sourceforge.net>2011-07-06 18:44:16 +0200
commit66ac17732a9d6e8806f3829fa86067835b59206b (patch)
tree827f09ba5375a6173d32c1a0f37fedccf2405dfe /crawl-ref/source/decks.h
parent00c388b5f81e97ee079d40e7e74c941d0029f4c1 (diff)
downloadcrawl-ref-66ac17732a9d6e8806f3829fa86067835b59206b.tar.gz
crawl-ref-66ac17732a9d6e8806f3829fa86067835b59206b.zip
Identify scrolls on decks reveal top card
Diffstat (limited to 'crawl-ref/source/decks.h')
-rw-r--r--crawl-ref/source/decks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/decks.h b/crawl-ref/source/decks.h
index a89bd653dd..7186bcafbe 100644
--- a/crawl-ref/source/decks.h
+++ b/crawl-ref/source/decks.h
@@ -161,5 +161,7 @@ void create_pond(const coord_def& center, int radius, bool allow_deep);
bool create_altar(bool disallow_no_altar = false);
const std::vector<card_type> get_drawn_cards(const item_def& deck);
+// see and mark the first card with a scroll.
+bool deck_identify_first(int slot);
#endif