summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 17:07:47 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 17:07:47 +0000
commita3713a349b1e0a7e5191758ac479bff172bd294a (patch)
treee86c554f7f23145fafe152a068eee007722645c3 /crawl-ref/source/religion.h
parent6af861467f4a57206eb6eb0656140d87021aa7f5 (diff)
downloadcrawl-ref-a3713a349b1e0a7e5191758ac479bff172bd294a.tar.gz
crawl-ref-a3713a349b1e0a7e5191758ac479bff172bd294a.zip
Add somewhat experimental code to bless random followers. Currently,
it's only used for Beogh, and its only effects are full healing and full healing with one or two added hit points. Eventually, it should get more effects, and be expanded for use by TSO. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3752 c06c8d41-db1a-0410-9941-cceddc491573
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 f4416658be..b21a525f90 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -71,6 +71,8 @@ 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));
bool is_orcish_follower(const monsters* mon);
bool god_hates_attacking_friend(god_type god, const actor *fr);