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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 29cf763615..16d5e5f7fc 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -80,7 +80,8 @@ bool is_orcish_follower(const monsters* mon);
bool is_follower(const monsters* mon);
bool bless_follower(monsters* follower = NULL,
god_type god = you.religion,
- bool (*suitable)(const monsters* mon) = is_follower);
+ bool (*suitable)(const monsters* mon) = is_follower,
+ bool force = false);
bool god_hates_attacking_friend(god_type god, const actor *fr);