summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 9619b92e38..2a3ef7d577 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -1525,7 +1525,10 @@ void melee_attack::drain_defender()
{
// What to do, they're different...
if (defender->atype() == ACT_PLAYER)
+ {
drain_player();
+ obvious_effect = true;
+ }
else
drain_monster();
}