summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-06 12:42:39 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-06 12:42:39 +0200
commit5137697e4d6d8fb4e203d35f495dff6533fb9691 (patch)
treea42b4ff3b22c19d3dd9aa8d30572842f2c146c80 /crawl-ref/source/godprayer.h
parent840bcfc16f6ba9851786caecafde84f3621a3334 (diff)
downloadcrawl-ref-5137697e4d6d8fb4e203d35f495dff6533fb9691.tar.gz
crawl-ref-5137697e4d6d8fb4e203d35f495dff6533fb9691.zip
Zin demands a part of your gold on join.
You get some piety from it, far less than for regular tithe but more than for altar donations. Unlike the latter, it is capped at +50, though.
Diffstat (limited to 'crawl-ref/source/godprayer.h')
-rw-r--r--crawl-ref/source/godprayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/godprayer.h b/crawl-ref/source/godprayer.h
index d3cce477d6..b213d5659c 100644
--- a/crawl-ref/source/godprayer.h
+++ b/crawl-ref/source/godprayer.h
@@ -13,5 +13,6 @@ bool god_accepts_prayer(god_type god);
void pray();
piety_gain_t sacrifice_item_stack(const item_def& item, int *js = 0);
+int zin_tithe(item_def& item, int quant, bool quiet);
#endif