summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/branch.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-04 13:01:06 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-04 13:01:06 +0000
commit9f14dc6980b319b84fddd26d1338c21726356c6f (patch)
treef792f291661c61e38231b83038c3295c9a60ecc1 /crawl-ref/source/branch.h
parent62b3f417aefd964a85edbb0848c02f73ab19d403 (diff)
downloadcrawl-ref-9f14dc6980b319b84fddd26d1338c21726356c6f.tar.gz
crawl-ref-9f14dc6980b319b84fddd26d1338c21726356c6f.zip
Added Flight card to Deck of Emergency.
Artefacts yield 2 piety instead of 1. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4070 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/branch.h')
-rw-r--r--crawl-ref/source/branch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h
index 0598f31247..3427537cfc 100644
--- a/crawl-ref/source/branch.h
+++ b/crawl-ref/source/branch.h
@@ -58,6 +58,7 @@ struct Branch
extern Branch branches[];
Branch& your_branch();
+bool at_branch_bottom();
branch_type str_to_branch(const std::string &branch,
branch_type err = NUM_BRANCHES);