summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index b4926f93fa..a9f7f9a4fd 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -785,7 +785,7 @@ bool vampiric_drain(int pow, const dist &vmove)
{
set_attack_conducts(conducts, monster);
- behaviour_event(monster, ME_ANNOY, MHITYOU, you.pos());
+ behaviour_event(monster, ME_WHACK, MHITYOU, you.pos());
}
enable_attack_conducts(conducts);