From 007655b7a15546539fef4c6178e65dfbb0acbfd8 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 8 Oct 2008 19:30:52 +0000 Subject: And always make friendly monsters that you've used vampiric drain on hostile. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7195 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells2.cc') 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); -- cgit v1.2.3-54-g00ecf