summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.h
diff options
context:
space:
mode:
authorDerrick Sund <dtsund@email.arizona.edu>2012-09-05 18:12:30 -0700
committerAdam Borowski <kilobyte@angband.pl>2012-09-09 01:08:26 +0200
commit6b5b01df893d3cd3903824266e0fc47b473df0b8 (patch)
tree1890fbcdc0c4c41fd5e26b756160eec9c24de6f8 /crawl-ref/source/godprayer.h
parentc9bbbc40b96538cd815572e807635fd996e790d7 (diff)
downloadcrawl-ref-6b5b01df893d3cd3903824266e0fc47b473df0b8.tar.gz
crawl-ref-6b5b01df893d3cd3903824266e0fc47b473df0b8.zip
Fix converting to Zin giving less starting piety if the altar is in the Orcish Mines.
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 6f200d246d..dfef4e507b 100644
--- a/crawl-ref/source/godprayer.h
+++ b/crawl-ref/source/godprayer.h
@@ -13,6 +13,6 @@ void pray();
piety_gain_t sacrifice_item_stack(const item_def& item, int *js = 0);
bool check_nemelex_sacrificing_item_type(const item_def& item);
-int zin_tithe(item_def& item, int quant, bool quiet);
+int zin_tithe(item_def& item, int quant, bool quiet, bool converting = false);
#endif