summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index c8ce4aa23b..ac445368d9 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -3826,14 +3826,12 @@ void good_god_holy_attitude_change(monsters *holy)
MSGCH_TALK);
}
- holy->attitude = ATT_NEUTRAL;
+ holy->attitude = ATT_GOOD_NEUTRAL;
// not really *created* neutral, but should it become hostile later
// on, it won't count as a good kill
holy->flags |= MF_WAS_NEUTRAL;
- holy->flags |= MF_GOD_GIFT;
-
// to avoid immobile "followers"
behaviour_event(holy, ME_ALERT, MHITNOT);
}