summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godpassive.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-03-24 10:46:08 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-03-24 12:25:08 +0100
commit50abf5739d0a4e27595586fc51c5507035835c48 (patch)
tree9c2bc0601a9135168126810228411ab50c71e298 /crawl-ref/source/godpassive.h
parent96e0e3f36a54f5af1ec40fcec51cccad4c927329 (diff)
downloadcrawl-ref-50abf5739d0a4e27595586fc51c5507035835c48.tar.gz
crawl-ref-50abf5739d0a4e27595586fc51c5507035835c48.zip
Ashenzari: add flavour messages for the new passive boost to low skills.
Diffstat (limited to 'crawl-ref/source/godpassive.h')
-rw-r--r--crawl-ref/source/godpassive.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/godpassive.h b/crawl-ref/source/godpassive.h
index 535fb9de8c..60359e8a47 100644
--- a/crawl-ref/source/godpassive.h
+++ b/crawl-ref/source/godpassive.h
@@ -38,9 +38,8 @@ void che_handle_change(che_change_type ct, int diff);
void jiyva_eat_offlevel_items();
void jiyva_slurp_bonus(int item_value, int *js);
void jiyva_slurp_message(int js);
-int ash_bondage_level(int type_only = 0);
+int ash_bondage_level(int type_only = 0, bool* wear_uncursed = NULL);
void ash_check_bondage();
-bool ash_not_wearing_uncursed();
bool ash_id_item(item_def& item, bool silent = true);
void ash_id_inventory();
void ash_id_monster_equipment(monster* mon);