summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-29 09:44:50 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-29 09:44:50 +0000
commitb42bd161b6822443312c2fd75dc1d724edd30e13 (patch)
treee08f81cfb58d1124c2a24db288bdcab73c94c651 /crawl-ref/source/religion.h
parent5f14cf8ebbe2bcd0de008010281061edfd2c503a (diff)
downloadcrawl-ref-b42bd161b6822443312c2fd75dc1d724edd30e13.tar.gz
crawl-ref-b42bd161b6822443312c2fd75dc1d724edd30e13.zip
Modify tutorial messages for the new triggers. Thanks again, Matthew! :)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5328 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 28029e81e0..95702d343b 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -109,5 +109,6 @@ bool bless_follower(monsters *follower = NULL,
bool force = false);
bool god_hates_attacking_friend(god_type god, const actor *fr);
+bool god_likes_items(god_type god);
#endif