summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/attitude-change.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-05 15:34:59 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:32 -0600
commita9a44cf2848c743385d41895723180b0cce83255 (patch)
tree8c69e36ea8338c1d869f87ed3bc1e99a57cef0ac /crawl-ref/source/attitude-change.h
parenta4fdc1954e59915d32eb3bb293020e54e167e641 (diff)
downloadcrawl-ref-a9a44cf2848c743385d41895723180b0cce83255.tar.gz
crawl-ref-a9a44cf2848c743385d41895723180b0cce83255.zip
Fixes for Gozag bugs related to level generation.
* Properly unmark off-level shops (#8498). * Don't deduct bribes for vetoed levels (if, say, Elf:3 vetoed a lot you'd notice your bribe running out immediately on entering the level).
Diffstat (limited to 'crawl-ref/source/attitude-change.h')
-rw-r--r--crawl-ref/source/attitude-change.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/attitude-change.h b/crawl-ref/source/attitude-change.h
index 51f4e99d2d..2ec12aabd9 100644
--- a/crawl-ref/source/attitude-change.h
+++ b/crawl-ref/source/attitude-change.h
@@ -10,6 +10,7 @@ bool beogh_followers_abandon_you();
bool make_god_gifts_disappear();
void beogh_convert_orc(monster* orc, bool emergency,
bool converted_by_follower = false);
+void gozag_set_bribe(monster* traitor);
void gozag_check_bribe(monster* traitor);
void gozag_break_bribe(monster* victim);
#endif