summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godpassive.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-08 00:13:18 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-08 00:31:16 +0200
commit1c07d7580e5d85331e81091afcec2cc11cf5d7a5 (patch)
treec8c384a0acf772445d5d68335c40dc69faee7d5f /crawl-ref/source/godpassive.h
parentf3c407f1a0f026d5951e5ee76fe797e47410cb56 (diff)
downloadcrawl-ref-1c07d7580e5d85331e81091afcec2cc11cf5d7a5.tar.gz
crawl-ref-1c07d7580e5d85331e81091afcec2cc11cf5d7a5.zip
Ashenzari: announce when bondage level changes.
Diffstat (limited to 'crawl-ref/source/godpassive.h')
-rw-r--r--crawl-ref/source/godpassive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godpassive.h b/crawl-ref/source/godpassive.h
index 104b0e5420..69afb10e37 100644
--- a/crawl-ref/source/godpassive.h
+++ b/crawl-ref/source/godpassive.h
@@ -37,5 +37,6 @@ void che_handle_change(che_change_type ct, int diff);
void jiyva_eat_offlevel_items();
void jiyva_slurp_bonus(int item_value, int *js);
int ash_bondage_level();
+void ash_check_bondage();
#endif