summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 4dcdd53303..00d3ca9986 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -2145,7 +2145,7 @@ void mons_stop_fleeing_from_sanctuary(monsters *monster)
void mons_pacify(monsters *mon)
{
// Make the monster permanently neutral.
- mon->attitude = ATT_NEUTRAL;
+ mon->attitude = ATT_GOOD_NEUTRAL;
mon->flags |= MF_WAS_NEUTRAL;
if (!testbits(mon->flags, MF_GOT_HALF_XP) && !mon->is_summoned())