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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index a77844f618..c678965712 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3317,7 +3317,7 @@ void melee_attack::mons_apply_attack_flavour(const mon_attack_def &attk)
if (defender->stat_hp() < defender->stat_maxhp())
{
- defender->heal(1 + random2(damage_done), coinflip());
+ attacker->heal(1 + random2(damage_done), coinflip());
if (needs_message)
{