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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 6c99a2ec3b..df053ac3f0 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -71,11 +71,12 @@ bool ely_destroy_weapons();
bool trog_burn_books();
bool tso_stab_safe_monster(const actor *act);
-void bless_follower(god_type god,
- bool (*suitable)(const monsters* mon),
- monsters* follower = NULL);
bool is_tso_follower(const monsters* mon);
bool is_orcish_follower(const monsters* mon);
+bool is_follower(const monsters* mon);
+void bless_follower(monsters* follower = NULL,
+ god_type god = you.religion,
+ bool (*suitable)(const monsters* mon) = is_follower);
bool god_hates_attacking_friend(god_type god, const actor *fr);