From 9f14dc6980b319b84fddd26d1338c21726356c6f Mon Sep 17 00:00:00 2001 From: haranp Date: Fri, 4 Apr 2008 13:01:06 +0000 Subject: 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 --- crawl-ref/source/branch.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/branch.h') 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); -- cgit v1.2.3-54-g00ecf