summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 16:09:33 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-18 16:09:33 +0000
commit752bd3be6f5bf7bd5a8509e036f2d8a6c5c75e77 (patch)
tree381e398384f1b3f57c76c665bf1b6898f0623d62 /crawl-ref/source/stuff.cc
parentfdb1f24de9d264bac9001fd211ddb1a1ee7bc3dd (diff)
downloadcrawl-ref-752bd3be6f5bf7bd5a8509e036f2d8a6c5c75e77.tar.gz
crawl-ref-752bd3be6f5bf7bd5a8509e036f2d8a6c5c75e77.zip
Add a few more follower-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5947 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 9e78684770..d5ba752a98 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -320,11 +320,8 @@ static bool tag_follower_at(const coord_def &pos)
return (false);
// Orcs will follow Beogh worshippers.
- if (you.religion != GOD_BEOGH
- || !is_orcish_follower(fmenv))
- {
+ if (you.religion != GOD_BEOGH || !is_orcish_follower(fmenv))
return (false);
- }
}
// Monster is chasing player through stairs.