summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2013-01-20 16:50:22 +0000
committerChris Campbell <chriscampbell89@gmail.com>2013-01-20 16:50:22 +0000
commitd67fa0f8d4932d2f89d943358a0481117e960181 (patch)
tree5f2b5f033cefa6ec5ebb45a8d8702e8bc37312c1 /crawl-ref/source/religion.h
parentd48edd72c0b6a02df44e51de3f8f777e23d62532 (diff)
parentba7d4b7e00b62146a6ee2a2addbb6033ae714127 (diff)
downloadcrawl-ref-d67fa0f8d4932d2f89d943358a0481117e960181.tar.gz
crawl-ref-d67fa0f8d4932d2f89d943358a0481117e960181.zip
Merge branch 'vehumet'
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 2187278164..2e1d7fe574 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -90,6 +90,10 @@ bool bless_follower(monster* follower = NULL,
bool (*suitable)(const monster* mon) = is_follower,
bool force = false);
+// Vehumet gift interface.
+bool vehumet_is_currently_gifting();
+bool vehumet_accept_gift();
+
bool god_hates_attacking_friend(god_type god, const actor *fr);
bool god_likes_item(god_type god, const item_def& item);
bool god_likes_items(god_type god, bool greedy_explore = false);