summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 9935e216f8..f9a2adc796 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -807,6 +807,7 @@ bool vampiric_drain(int pow, const dist &vmove)
mprf("You feel life coursing from %s into your body!",
monster->name(DESC_NOCAP_THE).c_str());
+ behaviour_event(monster, ME_WHACK, MHITYOU, you.pos());
monster->hurt(&you, inflicted);
if (monster->alive())