summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 23:38:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-19 23:38:07 +0000
commit3a736d2bc2536ceaa45a9b6646c64b3a92132171 (patch)
tree543af2132e0a69a869e05a90b5b41ee77e93419d /crawl-ref/source/religion.h
parenta3cdba5e574e71ac75b07c41ab42d87efb4b42fe (diff)
downloadcrawl-ref-3a736d2bc2536ceaa45a9b6646c64b3a92132171.tar.gz
crawl-ref-3a736d2bc2536ceaa45a9b6646c64b3a92132171.zip
Clean up follower and cleansing flame routines some more. If you
worship a good god, cleansing flame will no longer damage neutral monsters, since attacking neutrals offends the good gods. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4393 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 62fb239a85..29cf763615 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -75,7 +75,7 @@ bool ely_destroy_weapons();
bool trog_burn_books();
bool tso_stab_safe_monster(const actor *act);
-bool is_tso_follower(const monsters* mon);
+bool is_good_follower(const monsters* mon);
bool is_orcish_follower(const monsters* mon);
bool is_follower(const monsters* mon);
bool bless_follower(monsters* follower = NULL,