summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 01:37:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-07 01:37:04 +0000
commit5b7f8191b38696465fab2dc6e845d6aa31ced67a (patch)
tree14e9e45192e2a789407b7f7826c2970b871c95a0 /crawl-ref/source/religion.h
parent5406eedd8be938cfe204147314eda3cfbe3f470e (diff)
downloadcrawl-ref-5b7f8191b38696465fab2dc6e845d6aa31ced67a.tar.gz
crawl-ref-5b7f8191b38696465fab2dc6e845d6aa31ced67a.zip
Add a follower-handling routine for Trog, in case he's ever expanded to
allow for blessing followers. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4899 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index e870841980..061383b378 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -76,6 +76,7 @@ bool trog_burn_books();
bool tso_stab_safe_monster(const actor *act);
bool is_good_follower(const monsters* mon);
+bool is_nonmagical_follower(const monsters* mon);
bool is_orcish_follower(const monsters* mon);
bool is_follower(const monsters* mon);
bool bless_follower(monsters *follower = NULL,