summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-14 12:49:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-14 12:49:55 +0100
commit421ef9076d48db86629d1acea85d1f5c8e9747b0 (patch)
tree4ae1e841b72c73aa67737afd24a2860a28fee2d8 /crawl-ref/source/spells1.cc
parentae60902e58ad7c146ff5a8a072f6f99022c010ab (diff)
downloadcrawl-ref-421ef9076d48db86629d1acea85d1f5c8e9747b0.tar.gz
crawl-ref-421ef9076d48db86629d1acea85d1f5c8e9747b0.zip
Make folks pacified via Evilyon neutral-hostile (dpeg).
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index c1d4b40057..af80900803 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -839,7 +839,7 @@ static int _healing_spell(int healed, bool divine_ability,
else
{
simple_monster_message(monster, " turns neutral.");
- mons_pacify(monster);
+ mons_pacify(monster, ATT_NEUTRAL);
// Give a small piety return.
if (pgain > 0)