summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 21:28:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-27 21:28:49 +0000
commit61e4522795b013436c0508e259d38223ec06c62f (patch)
tree3520cac7ad9e7e93fa03f1fc6915d64fc9e63a44 /crawl-ref
parentf598d81681a1445daac1507ee4bf304f9a7f5d38 (diff)
downloadcrawl-ref-61e4522795b013436c0508e259d38223ec06c62f.tar.gz
crawl-ref-61e4522795b013436c0508e259d38223ec06c62f.zip
Add arena check for holy being neutralization.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8823 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 6b473aa9bd..1db517a556 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -879,7 +879,7 @@ int get_mons_colour(const monsters *mons)
static void _good_god_follower_attitude_change(monsters *monster)
{
- if (player_is_unholy())
+ if (player_is_unholy() || crawl_state.arena)
return;
// For followers of good gods, decide whether holy beings will be