summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godprayer.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-08-03 19:33:50 -0400
committerNeil Moore <neil@s-z.org>2014-08-03 19:34:15 -0400
commitf68c32e264f3f32ed30a177f0118c6134391cffe (patch)
treeace55598d1e98a6ce89e40f06c123cee1fffa461 /crawl-ref/source/godprayer.h
parent9858ce8f8c97380418f4b12eb725e7a9b81d5e3d (diff)
downloadcrawl-ref-f68c32e264f3f32ed30a177f0118c6134391cffe.tar.gz
crawl-ref-f68c32e264f3f32ed30a177f0118c6134391cffe.zip
Allow autosacrifice on altars and when silenced (minmay)
In the former case, without displaying the normal altar prompts.
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 b865da16ea..c097c39a86 100644
--- a/crawl-ref/source/godprayer.h
+++ b/crawl-ref/source/godprayer.h
@@ -9,7 +9,7 @@
#include "religion-enum.h"
string god_prayer_reaction();
-void pray();
+void pray(bool allow_altar_prayer = true);
piety_gain_t sacrifice_item_stack(const item_def& item, int *js = 0,
int quantity = 0);