summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godpassive.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-10-13 00:14:29 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-10-13 00:17:44 +0200
commit3eba331f398286acad0bbe7e69041fb7c49f5a9b (patch)
tree5e6efc70801f4150a299977e86fea8b4cf8eceb4 /crawl-ref/source/godpassive.h
parentd354e88f93b8df04fb74dda08c590597d2a72045 (diff)
downloadcrawl-ref-3eba331f398286acad0bbe7e69041fb7c49f5a9b.tar.gz
crawl-ref-3eba331f398286acad0bbe7e69041fb7c49f5a9b.zip
Ashenzari: show the bondage level on the ^ screen.
Diffstat (limited to 'crawl-ref/source/godpassive.h')
-rw-r--r--crawl-ref/source/godpassive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godpassive.h b/crawl-ref/source/godpassive.h
index 46ac8bf287..a6ca4c07f6 100644
--- a/crawl-ref/source/godpassive.h
+++ b/crawl-ref/source/godpassive.h
@@ -36,7 +36,7 @@ int che_boost(che_boost_type bt, int level = che_boost_level());
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();
+int ash_bondage_level(int type_only = 0);
void ash_check_bondage();
bool ash_id_item(item_def& item, bool silent = true);
void ash_id_inventory();