summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-08 19:20:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-08 19:20:52 +0000
commit91fe93aa0d812088c005a4d4c18ddbce0dde75e5 (patch)
tree33f85cfa89eefe112c55aac56af9e8d05dd490c1 /crawl-ref/source
parent9aef1290d58dd282eb25ae663a55b089e4eac378 (diff)
downloadcrawl-ref-91fe93aa0d812088c005a4d4c18ddbce0dde75e5.tar.gz
crawl-ref-91fe93aa0d812088c005a4d4c18ddbce0dde75e5.zip
And make the annoyance actually work again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7192 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-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 a3fb391407..c73819813a 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());
if (mons_is_unholy(monster))
{