From 3a736d2bc2536ceaa45a9b6646c64b3a92132171 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 19 Apr 2008 23:38:07 +0000 Subject: 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 --- crawl-ref/source/religion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/religion.h') 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, -- cgit v1.2.3-54-g00ecf