summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-11 18:31:40 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-11 18:31:40 -0600
commit8dfefae69642d95eb191729af4910d69ac9c357d (patch)
tree8d2bed756c95c1f08eb583b037c5925dfc8aab42 /crawl-ref/source/godabil.h
parent18cf5c4f68b942b9a1b54804906d8fe5dabb3e08 (diff)
downloadcrawl-ref-8dfefae69642d95eb191729af4910d69ac9c357d.tar.gz
crawl-ref-8dfefae69642d95eb191729af4910d69ac9c357d.zip
Show usability of Bribe Branch properly in local tiles.
The split here is a bit messy, and it's a good thing the ability does not have a fail chance as there are still abort conditions after the fail check right now. Oh well.
Diffstat (limited to 'crawl-ref/source/godabil.h')
-rw-r--r--crawl-ref/source/godabil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.h b/crawl-ref/source/godabil.h
index c4b9716629..01b967dd4c 100644
--- a/crawl-ref/source/godabil.h
+++ b/crawl-ref/source/godabil.h
@@ -93,6 +93,7 @@ bool gozag_call_merchant();
int gozag_type_bribable(monster_type type, bool force = false);
branch_type gozag_bribable_branch(monster_type type);
void gozag_deduct_bribe(branch_type br, int amount);
+bool gozag_check_bribe_branch(bool quiet = false);
bool gozag_bribe_branch();
bool qazlal_upheaval(coord_def target, bool quiet = false);