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.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index fecb3fc22a..b4926f93fa 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -785,10 +785,13 @@ bool vampiric_drain(int pow, const dist &vmove)
{
set_attack_conducts(conducts, monster);
- behaviour_event(monster, ME_WHACK, MHITYOU, you.pos());
+ behaviour_event(monster, ME_ANNOY, MHITYOU, you.pos());
+ }
- enable_attack_conducts(conducts);
+ enable_attack_conducts(conducts);
+ if (success)
+ {
if (mons_is_unholy(monster))
{
mpr("Aaaarggghhhhh!");