summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godpassive.h
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2010-10-27 19:19:00 -0400
committerAdam Borowski <kilobyte@angband.pl>2010-10-28 01:46:07 +0200
commitcfc256c473bb8baba8bf9d5b5912569a2a1f4ce6 (patch)
treebc55a40e073d18bab2b3eb3f4dd988973b0eb1fe /crawl-ref/source/godpassive.h
parente30bbf329797b14554e80277470ba9b518aff347 (diff)
downloadcrawl-ref-cfc256c473bb8baba8bf9d5b5912569a2a1f4ce6.tar.gz
crawl-ref-cfc256c473bb8baba8bf9d5b5912569a2a1f4ce6.zip
Fix Jiyva off level eating crash.
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 4388895a2c..3202586929 100644
--- a/crawl-ref/source/godpassive.h
+++ b/crawl-ref/source/godpassive.h
@@ -36,6 +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);
+void jiyva_slurp_message(int js);
int ash_bondage_level(int type_only = 0);
void ash_check_bondage();
bool ash_id_item(item_def& item, bool silent = true);