summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-08 19:23:00 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-08 19:23:00 +0000
commit88f3de6ef9a392e87a70d743e4bd5745ee25ad3e (patch)
treefa8f5a2b60ab80ba485c540d749f84df3bdd95a9 /crawl-ref/source/spells2.cc
parent91fe93aa0d812088c005a4d4c18ddbce0dde75e5 (diff)
downloadcrawl-ref-88f3de6ef9a392e87a70d743e4bd5745ee25ad3e.tar.gz
crawl-ref-88f3de6ef9a392e87a70d743e4bd5745ee25ad3e.zip
And enable the conducts properly.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7193 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index c73819813a..fecb3fc22a 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -787,6 +787,8 @@ bool vampiric_drain(int pow, const dist &vmove)
behaviour_event(monster, ME_WHACK, MHITYOU, you.pos());
+ enable_attack_conducts(conducts);
+
if (mons_is_unholy(monster))
{
mpr("Aaaarggghhhhh!");