summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-10 12:13:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-10 12:13:52 +0000
commitc19654b6135f04e1b846a12818319d829d704fe8 (patch)
tree08e2d9ac0c9c9face8cb3f51b6549373378797ce /crawl-ref/source/religion.h
parentca24077fe2dc9c9f381ebbccb70c04fd143ea718 (diff)
downloadcrawl-ref-c19654b6135f04e1b846a12818319d829d704fe8.tar.gz
crawl-ref-c19654b6135f04e1b846a12818319d829d704fe8.zip
[1632207] Dropping items on an altar while praying will offer those items to
$DEITY. If it's a multidrop, only the last item will trigger the altar-offer to avoid spammy messages. Interrupted multidrop will not do the offer, nor will the offer happen if prayer ends before the last item is dropped. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@821 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 11b2739227..0a8d565cca 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -33,5 +33,6 @@ void handle_god_time(void);
char god_colour(char god);
void god_pitch(unsigned char which_god);
int piety_rank(int piety = -1);
+void offer_items();
#endif