summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 01:17:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-29 01:17:56 +0000
commitceb1c2e2b5c916de83891236f0a8e0b4fe6c985d (patch)
tree61eb096fa79f789b5a8173c3bd51071df5896b25 /crawl-ref/source/religion.h
parent4329e91d1f1a753e5994e6d298d46606ba9cdca2 (diff)
downloadcrawl-ref-ceb1c2e2b5c916de83891236f0a8e0b4fe6c985d.tar.gz
crawl-ref-ceb1c2e2b5c916de83891236f0a8e0b4fe6c985d.zip
Like Beogh, have TSO randomly bless a follower when you kill evil (as an
alternative to the health restoration). Also, clean up TSO's other blessing routines again. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3930 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index df053ac3f0..7860cac099 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -74,7 +74,7 @@ bool tso_stab_safe_monster(const actor *act);
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,
+bool bless_follower(monsters* follower = NULL,
god_type god = you.religion,
bool (*suitable)(const monsters* mon) = is_follower);