summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 23:44:16 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-13 23:44:16 +0000
commit3edacadcb25331db8301cd232d9b9897f20b6257 (patch)
treeed330bcaae323a156664515c9dc2228047d22d04 /crawl-ref/source/religion.h
parentb698d649b8774be00f1d64a64926e7fdf5b2d5e1 (diff)
downloadcrawl-ref-3edacadcb25331db8301cd232d9b9897f20b6257.tar.gz
crawl-ref-3edacadcb25331db8301cd232d9b9897f20b6257.zip
Add follower-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5797 c06c8d41-db1a-0410-9941-cceddc491573
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 ec3de2a35d..6330f1f161 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -102,8 +102,9 @@ bool ely_destroy_weapons();
bool trog_burn_books();
bool tso_unchivalric_attack_safe_monster(const actor *act);
-bool is_good_follower(const monsters* mon);
bool is_orcish_follower(const monsters* mon);
+bool is_good_lawful_follower(const monsters* mon);
+bool is_good_follower(const monsters* mon);
bool is_follower(const monsters* mon);
bool bless_follower(monsters *follower = NULL,
god_type god = you.religion,