summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.h
diff options
context:
space:
mode:
authorShayne Halvorson <N78291@gmail.com>2010-09-30 16:16:57 -0400
committerAdam Borowski <kilobyte@angband.pl>2010-10-01 00:57:29 +0200
commit20c6bc499e9ed4924983633890e9d08d76c001e7 (patch)
tree482a295350fa4368a6f1bf9f096d15fe15db762c /crawl-ref/source/godprayer.h
parent79a4f6386fdcdb6f685c7081927a0fff423588d6 (diff)
downloadcrawl-ref-20c6bc499e9ed4924983633890e9d08d76c001e7.tar.gz
crawl-ref-20c6bc499e9ed4924983633890e9d08d76c001e7.zip
Food, hp and mp for Jiyvaites on jelly eating
Diffstat (limited to 'crawl-ref/source/godprayer.h')
-rw-r--r--crawl-ref/source/godprayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/godprayer.h b/crawl-ref/source/godprayer.h
index c43d54fe36..63e48994b7 100644
--- a/crawl-ref/source/godprayer.h
+++ b/crawl-ref/source/godprayer.h
@@ -13,7 +13,7 @@ bool god_accepts_prayer(god_type god);
void pray();
void end_prayer();
-piety_gain_t sacrifice_item_stack(const item_def& item);
+piety_gain_t sacrifice_item_stack(const item_def& item, int *js = 0);
void offer_items();
#endif