summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 16f56447f6..d9767c282f 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -153,9 +153,11 @@ bool bless_follower(monsters *follower = NULL,
bool force = false);
bool god_hates_attacking_friend(god_type god, const actor *fr);
+bool god_hates_attacking_friend(god_type god, int species);
bool god_likes_items(god_type god);
void religion_turn_start();
+void religion_turn_end();
int get_tension(god_type god = you.religion);
#endif